Skip to content

Commit 0c08f35

Browse files
Update CHANGELOG for version 0.1.2: change Java version requirement to 17, refactor JsonNormalizer for readability, and update multiple dependencies and GitHub Actions.
1 parent 0b29ad2 commit 0c08f35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to Semantic Versioning and follows a Keep a Changelog-like format.
66

7+
## [0.1.2] - 2025-11-05
8+
9+
### Changed
10+
11+
- Java version requirement from 21 to 17 for broader compatibility.
12+
- Refactored `JsonNormalizer` to use if-else statements instead of switch expressions for better readability.
13+
- Updated dependency: `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.20.1.
14+
- Updated dependency: `org.junit:junit-bom` from 5.10.0 to 6.0.1.
15+
- Updated GitHub Actions: `actions/setup-java` from 4 to 5, `actions/upload-artifact` from 4 to 5, `actions/checkout` from 4 to 5, `softprops/action-gh-release` from 1 to 2.
16+
717
## [0.1.1] - 2025-10-30
818

919
### Added
@@ -28,5 +38,6 @@ This project adheres to Semantic Versioning and follows a Keep a Changelog-like
2838
- Delimiter options (comma, tab, pipe) and optional length marker.
2939
- Comprehensive README with specification overview and examples.
3040

41+
[0.1.2]: https://github.com/felipestanzani/jtoon/releases/tag/v0.1.2
3142
[0.1.1]: https://github.com/felipestanzani/jtoon/releases/tag/v0.1.1
3243
[0.1.0]: https://github.com/felipestanzani/jtoon/releases/tag/v0.1.0

0 commit comments

Comments
 (0)