mirror of
https://github.com/gay-pizza/jaarg.git
synced 2025-12-18 23:10:17 +00:00
Release 0.2.0
This commit is contained in:
@@ -4,12 +4,12 @@ members = ["jaarg-nostd"]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
description = "It can parse your arguments you should use it it's called jaarg"
|
||||
repository = "https://github.com/gay-pizza/jaarg"
|
||||
authors = ["Gay Pizza Specifications"]
|
||||
authors = ["a dinosaur", "Gay Pizza Specifications"]
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
@@ -57,7 +57,9 @@ println!("{file:?} -> {out:?} (number: {number:?})",
|
||||
|
||||
### Changelog ###
|
||||
|
||||
main:
|
||||
<!-- main: -->
|
||||
|
||||
v0.2.0:
|
||||
* Change licence from `MIT` to `MIT OR Apache-2.0`.
|
||||
* Moved `Opts::parse_map` into newly introduced `alloc` crate, making it accessible for `no_std` users.
|
||||
* More generic & flexible help API: removed forced newline, moved error writer to `StandardErrorUsageWriter`,
|
||||
|
||||
Reference in New Issue
Block a user