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## [4.1.2] - 2023-03-16 11 12## [4.1.1] - 2023-02-15 13 14## [4.1.0] - 2023-01-13 15 16### Compatibility 17 18MSRV changed to 1.64.0 19 20## [4.0.2] - 2022-11-24 21 22## [4.0.1] - 2022-10-18 23 24## [4.0.0] - 2022-09-28 25 26## [3.2.4] - 2022-07-02 27 28### Fixes 29 30- Treat new actions as repeatable 31 32## [3.2.3] - 2022-06-28 33 34## [3.2.2] - 2022-06-21 35 36## [3.2.1] - 2022-06-13 37 38## [3.2.0] - 2022-06-13 39 40## [3.1.5] - 2022-04-19 41 42## [3.1.4] - 2022-03-21 43 44- Subcommand alias support 45 46## [3.1.3] - 2022-03-18 47 48### Fixes 49 50- `require_equals` fix 51 52## [3.1.2] - 2022-03-18 53 54## [3.1.1] - 2022-03-17 55 56### Features 57 58- `hide` support 59- `require_equals` support 60- Exclude support 61- `multiple_occurrences` support 62 63## [3.1.0] - 2022-02-16 64 65## [3.0.2] - 2022-01-12 66 67## [3.0.1] - 2022-01-03 68 69<!-- next-url --> 70[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.1.2...HEAD 71[4.1.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.1.1...clap_complete_fig-v4.1.2 72[4.1.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.1.0...clap_complete_fig-v4.1.1 73[4.1.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.2...clap_complete_fig-v4.1.0 74[4.0.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.1...clap_complete_fig-v4.0.2 75[4.0.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.0.0...clap_complete_fig-v4.0.1 76[4.0.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.4...clap_complete_fig-v4.0.0 77[3.2.4]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.3...clap_complete_fig-v3.2.4 78[3.2.3]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.2...clap_complete_fig-v3.2.3 79[3.2.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.1...clap_complete_fig-v3.2.2 80[3.2.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.2.0...clap_complete_fig-v3.2.1 81[3.2.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.5...clap_complete_fig-v3.2.0 82[3.1.5]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.4...clap_complete_fig-v3.1.5 83[3.1.4]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.3...clap_complete_fig-v3.1.4 84[3.1.3]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.2...clap_complete_fig-v3.1.3 85[3.1.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.1...clap_complete_fig-v3.1.2 86[3.1.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.0...clap_complete_fig-v3.1.1 87[3.1.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.0.2...clap_complete_fig-v3.1.0 88[3.0.2]: https://github.com/clap-rs/clap/compare/v3.0.1...clap_complete_fig-v3.0.2 89[3.0.1]: https://github.com/clap-rs/clap/compare/v3.0.0...v3.0.1 90