Skip to content

Commit

Permalink
version: 1.1.1 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Jan 23, 2025
1 parent 76ec4b8 commit 7e70a75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap-num"
version = "1.1.1"
version = "1.2.0"
authors = ["Alex Martens <alex@thinglab.org>"]
keywords = ["argument", "cli", "arg", "parser", "parse"]
categories = ["command-line-interface"]
Expand Down

0 comments on commit 7e70a75

Please sign in to comment.