Skip to content

Commit

Permalink
chore: Release clap-cargo version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 6, 2024
1 parent 7d7cf65 commit 505f1e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.14.0] - 2024-02-06

### Compatibility

- Packages selected by default may change
Expand Down Expand Up @@ -153,7 +155,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/clap-cargo/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/crate-ci/clap-cargo/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/crate-ci/clap-cargo/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/crate-ci/clap-cargo/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/crate-ci/clap-cargo/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/crate-ci/clap-cargo/compare/v0.10.0...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap-cargo"
version = "0.13.0"
version = "0.14.0"
description = "Re-usable CLI flags for `cargo` plugins"
authors = ["Ed Page <[email protected]>"]
repository = "https://github.com/crate-ci/clap-cargo"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add to your `Cargo.toml`:

```toml
[dependencies]
clap-cargo = "0.13.0"
clap-cargo = "0.14.0"
```

## Examples
Expand Down

0 comments on commit 505f1e9

Please sign in to comment.