@@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 3.2.0 ] - 2022-01-18
88
99### Changed
1010* Make project locator more strict when matching paths with existing data to prevent false positives. [ #187 ]
1111
1212### Fixed
1313* Don't create JSON translation files for JavaScript source files. [ #206 ]
1414* Fix file check for ` mergeWith ` option. [ #225 ]
15+ * GitLab: Use the correct ` visibility_level ` value for public repos. [ #217 ]
16+ * GitLab: URL-encode the project name for the public repo check. [ #217 ]
1517
1618## [ 3.1.0] - 2020-07-20
1719
@@ -89,7 +91,8 @@ Due to the large number of changes in the release it is recommended to update al
8991### Added
9092* Initial release.
9193
92- [ Unreleased ] : https://github.com/wearerequired/traduttore/compare/3.1.0...HEAD
94+ [ Unreleased ] : https://github.com/wearerequired/traduttore/compare/3.2.0...HEAD
95+ [ 3.2.0 ] : https://github.com/wearerequired/traduttore/compare/3.1.0...3.2.0
9396[ 3.1.0 ] : https://github.com/wearerequired/traduttore/compare/3.0.0...3.1.0
9497[ 3.0.0 ] : https://github.com/wearerequired/traduttore/compare/2.0.3...3.0.0
9598[ 2.0.3 ] : https://github.com/wearerequired/traduttore/compare/2.0.2...2.0.3
@@ -104,3 +107,4 @@ Due to the large number of changes in the release it is recommended to update al
104107[ #187 ] : https://github.com/wearerequired/traduttore/issues/187
105108[ #206 ] : https://github.com/wearerequired/traduttore/issues/206
106109[ #225 ] : https://github.com/wearerequired/traduttore/issues/225
110+ [ #217 ] : https://github.com/wearerequired/traduttore/issues/217
0 commit comments