From 75fc27bc589d14f9aa3614a8253b7b938885b7b4 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Wed, 26 Nov 2025 15:30:43 +1100 Subject: [PATCH] Release 0.2.2 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c9e7f6..c0211fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["jaarg-nostd"] resolver = "3" [workspace.package] -version = "0.2.1" +version = "0.2.2" license = "MIT OR Apache-2.0" edition = "2021" description = "It can parse your arguments you should use it it's called jaarg" diff --git a/README.md b/README.md index 1b78ba6..83c6034 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ println!("{file:?} -> {out:?} (number: {number:?})", ### Changelog ### -main: +v0.2.2: * Fixed coerced `ArgumentError` not being rewritten for positional arguments. * Moved top level includes to `pub use`. * Hopefully work around licence & read me texts not being included in crate.