clap/clap_lex/CHANGELOG.md
2023-03-16 10:42:06 -05:00

63 lines
1.7 KiB
Markdown

# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.3.3] - 2023-03-16
## [0.3.2] - 2023-02-23
## [0.3.1] - 2023-01-13
### Compatibility
MSRV changed to 1.64.0
## [0.3.0] - 2022-09-20
### Breaking Changes
- `RawArgs::insert` now takes owned values
### Compatibility
- MSRV changed from 1.56.1 to 1.60.0
## [0.2.4] - 2022-06-28
## [0.2.3] - 2022-06-21
## [0.2.2] - 2022-06-13
## [0.2.1] - 2022-06-13
### Features
- Allow checking if at end of input
## [0.2.0] - 2022-04-30
### Breaking Changes
- Don't do prefix matching by default
## [0.1.1] - 2022-04-15
- Drop `memchr` dependency
<!-- next-url -->
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.3...HEAD
[0.3.3]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.2...clap_lex-v0.3.3
[0.3.2]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.1...clap_lex-v0.3.2
[0.3.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.0...clap_lex-v0.3.1
[0.3.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.4...clap_lex-v0.3.0
[0.2.4]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.3...clap_lex-v0.2.4
[0.2.3]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.2...clap_lex-v0.2.3
[0.2.2]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.1...clap_lex-v0.2.2
[0.2.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.0...clap_lex-v0.2.1
[0.2.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.1.1...clap_lex-v0.2.0
[0.1.1]: https://github.com/clap-rs/clap/compare/ce71b08a3fe28c640dc6e17f6f5bb1452bd6d6d8...clap_lex-v0.1.1