mirror of
https://github.com/gay-pizza/jaarg.git
synced 2025-12-19 07:20:18 +00:00
Release 0.2.0
This commit is contained in:
@@ -4,12 +4,12 @@ members = ["jaarg-nostd"]
|
|||||||
resolver = "3"
|
resolver = "3"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
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"
|
||||||
repository = "https://github.com/gay-pizza/jaarg"
|
repository = "https://github.com/gay-pizza/jaarg"
|
||||||
authors = ["Gay Pizza Specifications"]
|
authors = ["a dinosaur", "Gay Pizza Specifications"]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
|||||||
@@ -57,7 +57,9 @@ println!("{file:?} -> {out:?} (number: {number:?})",
|
|||||||
|
|
||||||
### Changelog ###
|
### Changelog ###
|
||||||
|
|
||||||
main:
|
<!-- main: -->
|
||||||
|
|
||||||
|
v0.2.0:
|
||||||
* Change licence from `MIT` to `MIT OR Apache-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.
|
* 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`,
|
* More generic & flexible help API: removed forced newline, moved error writer to `StandardErrorUsageWriter`,
|
||||||
|
|||||||
Reference in New Issue
Block a user