Release 0.1.1

This commit is contained in:
2025-11-04 01:27:41 +11:00
parent b3091583ed
commit a013e86067
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "jaarg"
version = "0.1.0"
version = "0.1.1"
license = "MIT"
edition = "2021"
description = "It can parse your arguments you should use it it's called jaarg"

View File

@@ -55,8 +55,11 @@ println!("{file:?} -> {out:?} (number: {number:?})",
### Changelog ###
main:
<!-- main: -->
v0.1.1:
* Fixed incorrect error message format for coerced parsing errors.
* Cleaned up docstring formatting.
* Added basic example.
v0.1.0: