Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 1.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - 2025-01-22

Added

  • Added maybe_bin and maybe_bin_range for binary numbers.

1.1.1 - 2024-01-21

Fixed

  • Fixed a typo in the error message when a value is below the minimum limit.

1.1.0 - 2024-01-21

Added

  • Added support for capital 'K' for kilo.
  • Added support for underscore separators in numbers.

1.0.2 - 2022-10-08

Fixed

  • Fixed panics when parsing SI numbers with multi-byte UTF-8 sequences.

1.0.1 - 2022-10-06

Changed

  • Updated documentation for clap v4 API changes.

1.0.0 - 2021-12-31

Fixed

  • Fixed typos in documentation.

Changed

  • Changed edition from 2018 to 2021.
  • Updated examples to use clap 3.0.0.

0.2.0 - 2020-10-18

Added

  • Added maybe_hex and maybe_hex_range functions.
  • Added a changelog.