Skip to content

Commit 92c21be

Browse files
committed
Prepare for v0.4.1
1 parent f2841af commit 92c21be

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/changelog.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,20 @@ See also the section on [versioning](versioning-scheme).
1212

1313
- No notable changes yet.
1414

15+
## [0.4.1] - 2025-05-01
16+
17+
### Added
18+
19+
- Add type hints to Python API (@tlambert03).
20+
1521
## [0.4.0] - 2025-04-17
1622

1723
### Added
1824

19-
- Python API functions `list_jdks()` and `list_vendors()`.
20-
- Command line commands `ls` and `ls-vendors`.
21-
- Light postprocessing of vendor names, notably `ibm-semeru-openj9`.
25+
- Python API functions `list_jdks()` and `list_vendors()` (@ctrueden).
26+
- Command line commands `ls` and `ls-vendors` (@ctrueden).
27+
- Light postprocessing of vendor names, notably `ibm-semeru-openj9`
28+
(@ctrueden).
2229
- Python 3.13 compatibility.
2330

2431
### Changed
@@ -75,4 +82,5 @@ Tag created but not actually released.
7582
[0.2.0]: https://github.com/cachedjdk/cjdk/compare/v0.1.1...v0.2.0
7683
[0.3.0]: https://github.com/cachedjdk/cjdk/compare/v0.2.0...v0.3.0
7784
[0.4.0]: https://github.com/cachedjdk/cjdk/compare/v0.3.0...v0.4.0
78-
[unreleased]: https://github.com/cachedjdk/cjdk/compare/v0.4.0...HEAD
85+
[0.4.1]: https://github.com/cachedjdk/cjdk/compare/v0.4.0...v0.4.1
86+
[unreleased]: https://github.com/cachedjdk/cjdk/compare/v0.4.1...HEAD

0 commit comments

Comments
 (0)