Skip to content

Commit

Permalink
Update changelog and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Apr 2, 2024
1 parent d404799 commit d0142ca
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 22 deletions.
64 changes: 45 additions & 19 deletions CHANGELOG.md
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

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<dependencies>` tag
Expand All @@ -27,7 +27,7 @@ In Maven, add to your `<dependencies>` tag
<dependency>
<groupId>com.virtlink.commons</groupId>
<artifactId>commons-configuration2-jackson</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down

0 comments on commit d0142ca

Please sign in to comment.