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 2aff3aa..83c6034 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,10 @@ 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. v0.2.1: * Fixed licence field in `Cargo.toml`. diff --git a/jaarg/LICENSE.Apache-2.0 b/jaarg/LICENSE.Apache-2.0 new file mode 120000 index 0000000..d4306cc --- /dev/null +++ b/jaarg/LICENSE.Apache-2.0 @@ -0,0 +1 @@ +../LICENSE.Apache-2.0 \ No newline at end of file diff --git a/jaarg/LICENSE.MIT b/jaarg/LICENSE.MIT new file mode 120000 index 0000000..6b8772d --- /dev/null +++ b/jaarg/LICENSE.MIT @@ -0,0 +1 @@ +../LICENSE.MIT \ No newline at end of file diff --git a/jaarg/README.md b/jaarg/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/jaarg/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file