diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bcb3eb3..ecc927dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.24](https://github.com/rust-lang/getopts/compare/v0.2.23...v0.2.24) - 2025-08-29 + +### Other + +- Make unicode-width an optional default dependency ([#133](https://github.com/rust-lang/getopts/pull/133)) + ## [0.2.23](https://github.com/rust-lang/getopts/compare/v0.2.22...v0.2.23) - 2025-06-09 ### Other diff --git a/Cargo.toml b/Cargo.toml index 44e79cdc..cf3c9aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "getopts" -version = "0.2.23" +version = "0.2.24" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/getopts"