Release 0.2.0

This commit is contained in:
2025-11-15 19:27:26 +11:00
parent fb3625c0b8
commit 967422b727
2 changed files with 5 additions and 3 deletions

View File

@@ -57,7 +57,9 @@ println!("{file:?} -> {out:?} (number: {number:?})",
### Changelog ###
main:
<!-- main: -->
v0.2.0:
* Change licence from `MIT` to `MIT OR Apache-2.0`.
* Moved `Opts::parse_map` into newly introduced `alloc` crate, making it accessible for `no_std` users.
* More generic & flexible help API: removed forced newline, moved error writer to `StandardErrorUsageWriter`,