diff --git a/CHANGELOG.md b/CHANGELOG.md index 9faa299..908138a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.0] - 2025-01-22 ### Added - Added `maybe_bin` and `maybe_bin_range` for binary numbers. @@ -38,7 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `maybe_hex` and `maybe_hex_range` functions. - Added a changelog. -[Unreleased]: https://github.com/newAM/clap-num/compare/1.1.1...HEAD +[Unreleased]: https://github.com/newAM/clap-num/compare/1.2.0...HEAD +[1.2.0]: https://github.com/newAM/clap-num/compare/1.1.1...1.2.0 +[1.1.1]: https://github.com/newAM/clap-num/compare/1.1.0...1.1.1 [1.1.1]: https://github.com/newAM/clap-num/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/newAM/clap-num/compare/1.0.2...1.1.0 [1.0.2]: https://github.com/newAM/clap-num/compare/1.0.1...1.0.2 diff --git a/Cargo.toml b/Cargo.toml index 01fce0e..f32bcb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-num" -version = "1.1.1" +version = "1.2.0" authors = ["Alex Martens "] keywords = ["argument", "cli", "arg", "parser", "parse"] categories = ["command-line-interface"]