• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.3] - 2023-03-16
11
12## [0.3.2] - 2023-02-23
13
14## [0.3.1] - 2023-01-13
15
16### Compatibility
17
18MSRV changed to 1.64.0
19
20## [0.3.0] - 2022-09-20
21
22### Breaking Changes
23
24- `RawArgs::insert` now takes owned values
25
26### Compatibility
27
28- MSRV changed from 1.56.1 to 1.60.0
29
30## [0.2.4] - 2022-06-28
31
32## [0.2.3] - 2022-06-21
33
34## [0.2.2] - 2022-06-13
35
36## [0.2.1] - 2022-06-13
37
38### Features
39
40- Allow checking if at end of input
41
42## [0.2.0] - 2022-04-30
43
44### Breaking Changes
45
46- Don't do prefix matching by default
47
48## [0.1.1] - 2022-04-15
49
50- Drop `memchr` dependency
51
52<!-- next-url -->
53[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.3...HEAD
54[0.3.3]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.2...clap_lex-v0.3.3
55[0.3.2]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.1...clap_lex-v0.3.2
56[0.3.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.3.0...clap_lex-v0.3.1
57[0.3.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.4...clap_lex-v0.3.0
58[0.2.4]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.3...clap_lex-v0.2.4
59[0.2.3]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.2...clap_lex-v0.2.3
60[0.2.2]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.1...clap_lex-v0.2.2
61[0.2.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.2.0...clap_lex-v0.2.1
62[0.2.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.1.1...clap_lex-v0.2.0
63[0.1.1]: https://github.com/clap-rs/clap/compare/ce71b08a3fe28c640dc6e17f6f5bb1452bd6d6d8...clap_lex-v0.1.1
64