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

@@ -4,12 +4,12 @@ members = ["jaarg-nostd"]
resolver = "3" resolver = "3"
[workspace.package] [workspace.package]
version = "0.1.1" version = "0.2.0"
license = "MIT" license = "MIT"
edition = "2021" edition = "2021"
description = "It can parse your arguments you should use it it's called jaarg" description = "It can parse your arguments you should use it it's called jaarg"
repository = "https://github.com/gay-pizza/jaarg" repository = "https://github.com/gay-pizza/jaarg"
authors = ["Gay Pizza Specifications"] authors = ["a dinosaur", "Gay Pizza Specifications"]
[profile.release] [profile.release]
lto = "thin" lto = "thin"

View File

@@ -57,7 +57,9 @@ println!("{file:?} -> {out:?} (number: {number:?})",
### Changelog ### ### Changelog ###
main: <!-- main: -->
v0.2.0:
* Change licence from `MIT` to `MIT OR Apache-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. * 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`, * More generic & flexible help API: removed forced newline, moved error writer to `StandardErrorUsageWriter`,