1# Change Log 2All notable changes to this project will be documented in this file. 3 4The format is based on [Keep a Changelog](http://keepachangelog.com/) 5and this project adheres to [Semantic Versioning](http://semver.org/). 6 7<!-- next-header --> 8## [Unreleased] - ReleaseDate 9 10## [0.3.1] - 2023-01-13 11 12### Compatibility 13 14MSRV changed to 1.64.0 15 16## [0.3.0] - 2022-09-20 17 18### Breaking Changes 19 20- `RawArgs::insert` now takes owned values 21 22### Compatibility 23 24- MSRV changed from 1.56.1 to 1.60.0 25 26## [0.2.4] - 2022-06-28 27 28## [0.2.3] - 2022-06-21 29 30## [0.2.2] - 2022-06-13 31 32## [0.2.1] - 2022-06-13 33 34### Features 35 36- Allow checking if at end of input 37 38## [0.2.0] - 2022-04-30 39 40### Breaking Changes 41 42- Don't do prefix matching by default 43 44## [0.1.1] - 2022-04-15 45 46- Drop `memchr` dependency 47 48<!-- next-url --> 49[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.1...HEAD 50[0.3.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.0...clap_lex-v0.3.1 51[0.3.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.4...clap_lex-v0.3.0 52[0.2.4]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.3...clap_lex-v0.2.4 53[0.2.3]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.2...clap_lex-v0.2.3 54[0.2.2]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.1...clap_lex-v0.2.2 55[0.2.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.0...clap_lex-v0.2.1 56[0.2.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.1.1...clap_lex-v0.2.0 57[0.1.1]: https://github.com/clap-rs/clap/compare/ce71b08a3fe28c640dc6e17f6f5bb1452bd6d6d8...clap_lex-v0.1.1 58