mirror of
https://github.com/gay-pizza/jaarg.git
synced 2025-12-19 07:20:18 +00:00
Release 0.1.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "jaarg"
|
name = "jaarg"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "It can parse your arguments you should use it it's called jaarg"
|
description = "It can parse your arguments you should use it it's called jaarg"
|
||||||
|
|||||||
@@ -55,8 +55,11 @@ println!("{file:?} -> {out:?} (number: {number:?})",
|
|||||||
|
|
||||||
### Changelog ###
|
### Changelog ###
|
||||||
|
|
||||||
main:
|
<!-- main: -->
|
||||||
|
|
||||||
|
v0.1.1:
|
||||||
* Fixed incorrect error message format for coerced parsing errors.
|
* Fixed incorrect error message format for coerced parsing errors.
|
||||||
|
* Cleaned up docstring formatting.
|
||||||
* Added basic example.
|
* Added basic example.
|
||||||
|
|
||||||
v0.1.0:
|
v0.1.0:
|
||||||
|
|||||||
Reference in New Issue
Block a user