diff --git a/Cargo.toml b/Cargo.toml index fad27b3..6b2d483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ members = ["jaarg-nostd"] resolver = "3" [workspace.package] -version = "0.1.1" +version = "0.2.0" license = "MIT" edition = "2021" description = "It can parse your arguments you should use it it's called jaarg" repository = "https://github.com/gay-pizza/jaarg" -authors = ["Gay Pizza Specifications"] +authors = ["a dinosaur", "Gay Pizza Specifications"] [profile.release] lto = "thin" diff --git a/README.md b/README.md index 019e5dd..81e26fb 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,9 @@ println!("{file:?} -> {out:?} (number: {number:?})", ### Changelog ### -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`,