File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ## [ 0.4.1] - 2023-03-28
11+
1012### Compatibility
1113
1214- Deprecated ` OsStrExt::split_at ` as its unsound
@@ -69,7 +71,8 @@ MSRV changed to 1.64.0
6971- Drop ` memchr ` dependency
7072
7173<!-- next-url -->
72- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.4.0...HEAD
74+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.4.1...HEAD
75+ [ 0.4.1 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.4.0...clap_lex-v0.4.1
7376[ 0.4.0 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.3.3...clap_lex-v0.4.0
7477[ 0.3.3 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.3.2...clap_lex-v0.3.3
7578[ 0.3.2 ] : https://github.com/clap-rs/clap/compare/clap_lex-v0.3.1...clap_lex-v0.3.2
Original file line number Diff line number Diff line change 11[package ]
22name = " clap_lex"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44description = " Minimal, flexible command line parser"
55repository = " https://github.com/clap-rs/clap/tree/master/clap_lex"
66categories = [" command-line-interface" ]
Original file line number Diff line number Diff line change 55
66[ ![ Crates.io] ( https://img.shields.io/crates/v/clap_lex?style=flat-square )] ( https://crates.io/crates/clap_lex )
77[ ![ Crates.io] ( https://img.shields.io/crates/d/clap_lex?style=flat-square )] ( https://crates.io/crates/clap_lex )
8- [ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.4.0 /LICENSE-APACHE )
9- [ ![ License] ( https://img.shields.io/badge/license-MIT-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.4.0 /LICENSE-MIT )
8+ [ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.4.1 /LICENSE-APACHE )
9+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.4.1 /LICENSE-MIT )
1010
1111Dual-licensed under [ Apache 2.0] ( LICENSE-APACHE ) or [ MIT] ( LICENSE-MIT ) .
1212
13131 . [ About] ( #about )
14142 . [ API Reference] ( https://docs.rs/clap_lex )
15153 . [ Questions & Discussions] ( https://github.com/clap-rs/clap/discussions )
16- 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.4.0 /clap_lex/CONTRIBUTING.md )
17- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.4.0 /README.md#sponsors )
16+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.4.1 /clap_lex/CONTRIBUTING.md )
17+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_lex-v0.4.1 /README.md#sponsors )
1818
1919## About
You can’t perform that action at this time.
0 commit comments