File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.23] ( https://github.com/rust-lang/getopts/compare/v0.2.22...v0.2.23 ) - 2025-06-09
11+
12+ ### Other
13+
14+ - Add caching
15+ - Remove redundant configuration from Cargo.toml
16+ - Bump unicode-width to 0.2.0
17+ - Update the MSRV to 1.66 and edition to 2021
18+
1019## [ 0.2.22] ( https://github.com/rust-lang/getopts/compare/v0.2.21...v0.2.22 ) - 2025-06-05
1120
1221### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " getopts"
3- version = " 0.2.22 "
3+ version = " 0.2.23 "
44authors = [" The Rust Project Developers" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/rust-lang/getopts"
You can’t perform that action at this time.
0 commit comments