Skip to content

Commit f8b3d5d

Browse files
committed
Prepare for v0.5.0
1 parent 8314feb commit f8b3d5d

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

docs/changelog.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,25 @@ See also the section on [versioning](versioning-scheme).
1010

1111
## [Unreleased]
1212

13+
## [0.5.0] - 2026-01-07
14+
15+
### Added
16+
1317
- Add `cjdk clear-cache` and `clear_cache()`.
14-
- Environment variables set to empty are now treated as unset.
15-
- Improve cleanup of temporary files and directories.
16-
- Better message when a leftover directory blocks a download.
1718
- Add API exception hierarchy (`CjdkError`, `ConfigError`, `JdkNotFoundError`,
1819
`InstallError`).
1920
- Command line exit codes by error category.
2021

22+
### Changed
23+
24+
- Environment variables set to empty are now treated as unset.
25+
- API now raises `CjdkError` and subclasses on known errors.
26+
27+
### Fixed
28+
29+
- Improve cleanup of temporary files and directories.
30+
- Better message when a leftover directory blocks a download.
31+
2132
## [0.4.1] - 2025-05-01
2233

2334
### Added
@@ -89,4 +100,5 @@ Tag created but not actually released.
89100
[0.3.0]: https://github.com/cachedjdk/cjdk/compare/v0.2.0...v0.3.0
90101
[0.4.0]: https://github.com/cachedjdk/cjdk/compare/v0.3.0...v0.4.0
91102
[0.4.1]: https://github.com/cachedjdk/cjdk/compare/v0.4.0...v0.4.1
92-
[unreleased]: https://github.com/cachedjdk/cjdk/compare/v0.4.1...HEAD
103+
[0.5.0]: https://github.com/cachedjdk/cjdk/compare/v0.4.1...v0.5.0
104+
[unreleased]: https://github.com/cachedjdk/cjdk/compare/v0.5.0...HEAD

0 commit comments

Comments
 (0)