mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Release
This commit is contained in:
parent
c029156fbf
commit
077793aca4
2 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [3.1.2] - 2022-03-18
|
||||
|
||||
## [3.1.1] - 2022-03-17
|
||||
|
||||
## [3.1.0] - 2022-02-16
|
||||
|
@ -16,7 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
## [3.0.1] - 2022-01-03
|
||||
|
||||
<!-- next-url -->
|
||||
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.1...HEAD
|
||||
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.2...HEAD
|
||||
[3.1.2]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.1...clap_complete_fig-v3.1.2
|
||||
[3.1.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.1.0...clap_complete_fig-v3.1.1
|
||||
[3.1.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v3.0.2...clap_complete_fig-v3.1.0
|
||||
[3.0.2]: https://github.com/clap-rs/clap/compare/v3.0.1...clap_complete_fig-v3.0.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clap_complete_fig"
|
||||
version = "3.1.1"
|
||||
version = "3.1.2"
|
||||
edition = "2018"
|
||||
include = [
|
||||
"src/**/*",
|
||||
|
|
Loading…
Reference in a new issue