Skip to content

Commit c002cc3

Browse files
committed
docs(changelog): expand 0.5.0 with RelevantDates and dependency/build updates
1 parent 7c3a9fa commit c002cc3

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88
- `PKSemantics`
99
- `PKPassengerCapability`
1010
- `PKTransitSecurityProgram`
11+
- Relevant dates object support (`RelevantDates`)
1112
- Comprehensive new tests across builders and signing utilities; overall coverage improved to ~84%+
1213

1314
### Changed
@@ -16,11 +17,26 @@ All notable changes to this project will be documented in this file.
1617
- Fixed GitHub Actions deploy workflow to only run on tags; prevents empty draft releases
1718
- Improved Codecov integration for multi-module reporting
1819
- Snapshot deployments enabled on pushes when version ends with `-SNAPSHOT` (Sonatype snapshots)
19-
- Release pipeline now publishes all modules and uses JReleaser for a unified multi-module release
20+
- Release pipeline now publishes all modules and uses JReleaser for a unified multi-module release (jpasskit + jpasskit.server)
2021
- Build
2122
- Centralized dependency and plugin versions via `gradle/libs.versions.toml`
2223
- Stabilized tests by removing external network dependency in `PKPassTemplateInMemoryTest`
2324
- JaCoCo pinned to a compatible version and Gradle Java runtime guidance updated (use JDK 17/21)
25+
- Multi-module staging directories aggregated so JReleaser releases artifacts from all subprojects
26+
27+
### Dependencies
28+
29+
- Jackson: `jackson-databind`, `jackson-datatype-jsr310` updates
30+
- Guava: updated to latest 33.x jre
31+
- Apache Commons:
32+
- `commons-lang3` 3.15.x
33+
- `commons-codec` 1.17.x (and later to 1.19.0 in catalog)
34+
- `commons-io` 2.20.0
35+
- AssertJ 3.26.x
36+
- Mockito 5.12.x
37+
- TestNG 7.10.x
38+
- SLF4J API 2.0.17
39+
- BouncyCastle `bcpkix-jdk18on` 1.81
2440

2541
### Fixed
2642

0 commit comments

Comments
 (0)