clap/clap_mangen/CHANGELOG.md

120 lines
3.6 KiB
Markdown
Raw Normal View History

2022-01-28 21:15:14 +00:00
# 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
2023-08-24 16:10:33 +00:00
## [0.2.13] - 2023-08-24
2023-08-24 16:06:00 +00:00
### Compatibility
- Update MSRV to 1.70.0
2023-06-02 02:10:46 +00:00
## [0.2.12] - 2023-06-02
2023-05-19 16:57:00 +00:00
## [0.2.11] - 2023-05-19
2023-03-16 15:42:06 +00:00
## [0.2.10] - 2023-03-16
2023-02-22 22:15:24 +00:00
## [0.2.9] - 2023-02-22
2023-02-22 22:15:12 +00:00
### Fixes
- Only show value names if a value is taken
2023-02-15 16:27:15 +00:00
## [0.2.8] - 2023-02-15
2023-01-13 15:27:31 +00:00
## [0.2.7] - 2023-01-13
2023-01-13 13:13:28 +00:00
### Compatibility
MSRV changed to 1.64.0
2022-12-22 18:40:15 +00:00
## [0.2.6] - 2022-12-22
2022-11-24 17:40:15 +00:00
## [0.2.5] - 2022-11-24
2022-10-31 11:54:01 +00:00
## [0.2.4] - 2022-10-31
2022-10-31 11:52:32 +00:00
### Fixes
- Don't show defaults for flags
2022-10-18 19:37:53 +00:00
## [0.2.3] - 2022-10-18
2022-09-29 18:09:30 +00:00
## [0.2.2] - 2022-09-29
2022-09-29 18:09:14 +00:00
### Fixes
- Reference to subcommand man pages now lists the correct name
2022-09-28 19:51:22 +00:00
## [0.2.1] - 2022-09-28
2022-09-28 19:47:24 +00:00
### Fixes
- Respect hide attributes in more cases
2022-09-28 17:00:48 +00:00
## [0.2.0] - 2022-09-28
2022-06-28 13:04:18 +00:00
## [0.1.10] - 2022-06-28
2022-06-21 14:32:04 +00:00
## [0.1.9] - 2022-06-21
2022-06-13 14:37:47 +00:00
## [0.1.8] - 2022-06-13
2022-06-13 14:33:33 +00:00
## [0.1.7] - 2022-06-13
2022-04-20 13:51:43 +00:00
## [0.1.6] - 2022-04-20
2022-04-20 13:51:35 +00:00
### Fixes
- Split environment variables into separate paragraph
2022-04-19 16:50:17 +00:00
## [0.1.5] - 2022-04-19
2022-04-19 15:31:52 +00:00
## [0.1.4] - 2022-04-19
2022-04-15 19:05:51 +00:00
## [0.1.3] - 2022-04-15
2022-04-15 19:05:29 +00:00
- Use value names for positionals
- Hide hidden flags in synopsis
- Use italics for replaceable args
2022-02-16 18:01:29 +00:00
## [0.1.2] - 2022-02-16
2022-02-08 16:28:40 +00:00
## [0.1.1] - 2022-02-08
2022-02-08 16:28:27 +00:00
### Fixes
- Expanded the documentation
2022-01-28 21:15:14 +00:00
<!-- next-url -->
2023-08-24 16:10:33 +00:00
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.13...HEAD
[0.2.13]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.12...clap_mangen-v0.2.13
2023-06-02 02:10:46 +00:00
[0.2.12]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.11...clap_mangen-v0.2.12
2023-05-19 16:57:00 +00:00
[0.2.11]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.10...clap_mangen-v0.2.11
2023-03-16 15:42:06 +00:00
[0.2.10]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.9...clap_mangen-v0.2.10
2023-02-22 22:15:24 +00:00
[0.2.9]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.8...clap_mangen-v0.2.9
2023-02-15 16:27:15 +00:00
[0.2.8]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.7...clap_mangen-v0.2.8
2023-01-13 15:27:31 +00:00
[0.2.7]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.6...clap_mangen-v0.2.7
2022-12-22 18:40:15 +00:00
[0.2.6]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.5...clap_mangen-v0.2.6
2022-11-24 17:40:15 +00:00
[0.2.5]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.4...clap_mangen-v0.2.5
2022-10-31 11:54:01 +00:00
[0.2.4]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.3...clap_mangen-v0.2.4
2022-10-18 19:37:53 +00:00
[0.2.3]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.2...clap_mangen-v0.2.3
2022-09-29 18:09:30 +00:00
[0.2.2]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.1...clap_mangen-v0.2.2
2022-09-28 19:51:22 +00:00
[0.2.1]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.0...clap_mangen-v0.2.1
2022-09-28 17:00:48 +00:00
[0.2.0]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.10...clap_mangen-v0.2.0
2022-06-28 13:04:18 +00:00
[0.1.10]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.9...clap_mangen-v0.1.10
2022-06-21 14:32:04 +00:00
[0.1.9]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.8...clap_mangen-v0.1.9
2022-06-13 14:37:47 +00:00
[0.1.8]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.7...clap_mangen-v0.1.8
2022-06-13 14:33:33 +00:00
[0.1.7]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.6...clap_mangen-v0.1.7
2022-04-20 13:51:43 +00:00
[0.1.6]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.5...clap_mangen-v0.1.6
2022-04-19 16:50:17 +00:00
[0.1.5]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.4...clap_mangen-v0.1.5
2022-04-19 15:31:52 +00:00
[0.1.4]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.3...clap_mangen-v0.1.4
2022-04-15 19:05:51 +00:00
[0.1.3]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.2...clap_mangen-v0.1.3
2022-02-16 18:01:29 +00:00
[0.1.2]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.1.1...clap_mangen-v0.1.2
2022-02-08 16:28:40 +00:00
[0.1.1]: https://github.com/clap-rs/clap/compare/0b045f5d0de9f6c97607be3276f529a14510e94e...clap_mangen-v0.1.1