From d0142caef58c5fccdce999f75925dabd1441c2e2 Mon Sep 17 00:00:00 2001 From: "Daniel A. A. Pelsmaeker" Date: Tue, 2 Apr 2024 10:16:52 +0200 Subject: [PATCH] Update changelog and Readme --- CHANGELOG.md | 64 ++++++++++++++++++++++++++++++++++++---------------- README.md | 6 ++--- 2 files changed, 48 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e95263..e023abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + diff --git a/README.md b/README.md index be65a5c..6620c83 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ This project adds support for FasterXML's Jackson to [Apache Commons Configurati Add the library as a dependency to your project. In Gradle, add to your `dependencies` block ```groovy -implementation 'com.virtlink.commons:commons-configuration2-jackson:1.2.0' +implementation 'com.virtlink.commons:commons-configuration2-jackson:1.3.0' ``` Or in Gradle Kotlin DSL, add to your `dependencies` block ```kotlin -implementation("com.virtlink.commons:commons-configuration2-jackson:1.2.0") +implementation("com.virtlink.commons:commons-configuration2-jackson:1.3.0") ``` In Maven, add to your `` tag @@ -27,7 +27,7 @@ In Maven, add to your `` tag com.virtlink.commons commons-configuration2-jackson - 1.2.0 + 1.3.0 ```