7 Commits

Author SHA1 Message Date
44b2addecb Merge branch '0.2.x'
# Conflicts:
#	jaarg/src/argparse.rs
2025-11-26 15:40:14 +11:00
75fc27bc58 Release 0.2.2 2025-11-26 15:30:43 +11:00
8d9e8aea89 Cargo stinky aaaa 2025-11-26 15:26:07 +11:00
20f5a0bf10 Backport positional argument handler fix. 2025-11-26 15:12:49 +11:00
7165bb9841 Rename test modules for previously included files.
(cherry picked from commit 75e2bde5fb)
2025-11-26 15:03:55 +11:00
8f6f1827ce Add simple argparse test for values
(cherry picked from commit 14028ed2c8)
2025-11-26 15:03:28 +11:00
33af658e93 Add homepage
(cherry picked from commit 23b6402db6)
2025-11-26 15:00:54 +11:00
5 changed files with 7 additions and 2 deletions

View File

@@ -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"

View File

@@ -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`.

1
jaarg/LICENSE.Apache-2.0 Symbolic link
View File

@@ -0,0 +1 @@
../LICENSE.Apache-2.0

1
jaarg/LICENSE.MIT Symbolic link
View File

@@ -0,0 +1 @@
../LICENSE.MIT

1
jaarg/README.md Symbolic link
View File

@@ -0,0 +1 @@
../README.md