Skip to content

Commit

Permalink
Prepared for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadahar committed Mar 18, 2024
1 parent 6504a52 commit f2b4801
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2024-03-18
### Added
- Added support for new Crowdin file types.
- Added HTTP and build timeout configuration options.
- Created this changelog.
- Added configuration option to disable branches and Git reliance.
- Added configuration option to specify Git repository path.
### Changed
- Refactored the plugin to use Crowdin API v2 instead of v1.
- Merged the `build` goal into the `fetch` goal.
- Changed and added several configuration options - see the [quick migration guide](https://github.com/DigitalMediaServer/crowdin-maven-plugin#131-migration-from-v1x) for details.
- Added dependency `com.google.code.gson:gson` version `2.10.1`.
- Removed dependencies `org.jdom:jdom2` and `org.apache.httpcomponents:httpmime`.
- Modified `properties` files group sorting to also consider hyphen (`-`) a group separator.

## [1.1.2] - 2024-02-14
### Added
Expand Down Expand Up @@ -43,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### First release
- Requires Java 7 or later.

[Unreleased]: https://github.com/DigitalMediaServer/crowdin-maven-plugin/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/DigitalMediaServer/crowdin-maven-plugin/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/DigitalMediaServer/crowdin-maven-plugin/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/DigitalMediaServer/crowdin-maven-plugin/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/DigitalMediaServer/crowdin-maven-plugin/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/DigitalMediaServer/crowdin-maven-plugin/compare/v1.0.1...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.digitalmediaserver</groupId>
<artifactId>crowdin-maven-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>maven-plugin</packaging>
<prerequisites>
<maven>3.2.3</maven>
Expand Down

0 comments on commit f2b4801

Please sign in to comment.