We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7a9c4 commit d9b4a40Copy full SHA for d9b4a40
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
+- Bump unicode-width to 0.2.0
15
+- Update the MSRV to 1.66 and edition to 2021
16
17
## [0.2.22](https://github.com/rust-lang/getopts/compare/v0.2.21...v0.2.22) - 2025-06-05
18
19
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "getopts"
3
-version = "0.2.22"
+version = "0.2.23"
4
authors = ["The Rust Project Developers"]
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/rust-lang/getopts"
0 commit comments