-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
48 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,110 @@ | ||
# Changelog | ||
Notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). | ||
|
||
## [1.2.0] - 2023-02-20 | ||
|
||
## [1.3.0] - 2024-04-02 | ||
- Update dependencies to their latest versions. | ||
|
||
## [1.1.0] - 2023-01-31 | ||
|
||
## [1.2.0] - 2023-02-20 | ||
- Update dependencies to their latest versions. | ||
|
||
## [1.0.0] - 2022-11-11 | ||
|
||
## [1.1.0] - 2023-01-31 | ||
- Update dependencies to their latest versions. | ||
|
||
|
||
## [1.0.0] - 2022-11-11 | ||
- Update dependencies to their latest versions. | ||
- Version 1.0.0. | ||
|
||
## [0.12.0] - 2022-07-19 | ||
|
||
## [0.12.0] - 2022-07-19 | ||
- No changes. | ||
|
||
## [0.11.0] - 2022-07-19 | ||
|
||
## [0.11.0] - 2022-07-19 | ||
- Updated dependencies to their latest versions. | ||
- Improved Gradle build files. | ||
|
||
## [0.10.0] - 2020-05-24 | ||
|
||
## [0.10.0] - 2020-05-24 | ||
- Updated dependencies to their latest versions. | ||
- Small improvements to the JavaDoc. | ||
- Removed some warnings. | ||
- Verify build with Oracle/OpenJDK 8 and 11. | ||
|
||
## [0.9.0] - 2019-11-26 | ||
|
||
## [0.9.0] - 2019-11-26 | ||
- Updated dependencies to their latest versions. | ||
- Minor improvements to Gradle project structure. | ||
|
||
## [0.8.0] - 2019-09-24 | ||
|
||
## [0.8.0] - 2019-09-24 | ||
- Updated dependencies to their latest versions. | ||
|
||
## [0.7.0] - 2017-12-20 | ||
|
||
## [0.7.0] - 2017-12-20 | ||
- Updated some dependencies to their latest versions. | ||
|
||
## [0.6.1] - 2016-07-11 | ||
|
||
## [0.6.1] - 2016-07-11 | ||
- Fixed some transitive dependencies. | ||
|
||
## [0.6.0] - 2016-07-02 | ||
|
||
## [0.6.0] - 2016-07-02 | ||
- Updated and removed some dependencies. | ||
|
||
## [0.5.0] - 2016-06-01 | ||
|
||
## [0.5.0] - 2016-06-01 | ||
- Changed dependency to commons-configuration2 2.0 on Maven Central. | ||
|
||
## [0.4.0] - 2016-02-17 | ||
|
||
## [0.4.0] - 2016-02-17 | ||
- Minor bug fixes and improvements. | ||
|
||
## [0.3.1] - 2016-01-27 | ||
|
||
## [0.3.1] - 2016-01-27 | ||
- Added `JacksonConfigurationBuilderProvider` for combined configurations. | ||
- More tests. | ||
|
||
## [0.3.0] - 2016-01-14 | ||
|
||
## [0.3.0] - 2016-01-14 | ||
- Changed dependencies. | ||
|
||
## [0.2.0] - 2015-12-11 | ||
|
||
## [0.2.0] - 2015-12-11 | ||
- Now compatible with Java 7 (was Java 8). | ||
|
||
## [0.1.4] - 2015-12-04 | ||
|
||
## [0.1.4] - 2015-12-04 | ||
- First release on BinTray and Maven Central. | ||
|
||
## [0.1.0] - 2015-12-02 | ||
|
||
## [0.1.0] - 2015-12-02 | ||
- Initial public release. | ||
|
||
|
||
[unreleased]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.3.0...HEAD | ||
[1.3.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.2.0...1.3.0 | ||
[1.2.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.1.0...1.2.0 | ||
[1.1.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.0.0...1.1.0 | ||
[1.0.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/0.12.0...1.0.0 | ||
[0.12.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.11.0...0.12.0 | ||
[0.11.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.10.0...v0.11.0 | ||
[0.10.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.9.0...v0.10.0 | ||
[0.9.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.8.0...v0.9.0 | ||
[0.8.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.7.0...v0.8.0 | ||
[0.7.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.6.1...v0.7.0 | ||
[0.6.1]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.6.0...v0.6.1 | ||
[0.6.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.5.0...v0.6.0 | ||
[0.5.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.4.0...v0.5.0 | ||
[0.4.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.3.1...v0.4.0 | ||
[0.3.1]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.3.0...v0.3.1 | ||
[0.3.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.2.0...v0.3.0 | ||
[0.2.0]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.1.4...v0.2.0 | ||
[0.1.4]: https://github.com/Virtlink/commons-configuration2-jackson/compare/v0.1.0...v0.1.4 | ||
[0.1.0]: https://github.com/Virtlink/commons-configuration2-jackson/releases/tag/v0.1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters