Skip to content

Commit

Permalink
chore: Release cargo-release version 0.24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 26, 2023
1 parent ea0ca17 commit db00d8a
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 @@ -3,6 +3,8 @@
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.24.11] - 2023-06-26

## [0.24.10] - 2023-04-17

### Fixes
Expand Down Expand Up @@ -632,7 +634,8 @@ git.
* Doc update

<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.10...HEAD
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.11...HEAD
[0.24.11]: https://github.com/crate-ci/cargo-release/compare/v0.24.10...v0.24.11
[0.24.10]: https://github.com/crate-ci/cargo-release/compare/v0.24.9...v0.24.10
[0.24.9]: https://github.com/crate-ci/cargo-release/compare/v0.24.8...v0.24.9
[0.24.8]: https://github.com/crate-ci/cargo-release/compare/v0.24.7...v0.24.8
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
Expand Up @@ -19,7 +19,7 @@ include = [
[package]
name = "cargo-release"
description = "Cargo subcommand for you to smooth your release process."
version = "0.24.10"
version = "0.24.11"
repository = "https://github.com/crate-ci/cargo-release"
readme = "README.md"
categories = ["development-tools::cargo-plugins"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Features

## Install

Current release: 0.24.10
Current release: 0.24.11

```console,ignore
$ cargo install cargo-release
Expand Down

0 comments on commit db00d8a

Please sign in to comment.