Skip to content

Commit

Permalink
chore: Release cargo-release version 0.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 13, 2023
1 parent ecc4aee commit 682e7af
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.6] - 2023-03-13

### Fixes

- When editing TOML, don't lose standard tables under dotted tables
Expand Down Expand Up @@ -606,7 +608,8 @@ git.
* Doc update

<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.5...HEAD
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.6...HEAD
[0.24.6]: https://github.com/crate-ci/cargo-release/compare/v0.24.5...v0.24.6
[0.24.5]: https://github.com/crate-ci/cargo-release/compare/v0.24.4...v0.24.5
[0.24.4]: https://github.com/crate-ci/cargo-release/compare/v0.24.3...v0.24.4
[0.24.3]: https://github.com/crate-ci/cargo-release/compare/v0.24.2...v0.24.3
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,7 +1,7 @@
[package]
name = "cargo-release"
description = "Cargo subcommand for you to smooth your release process."
version = "0.24.5"
version = "0.24.6"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crate-ci/cargo-release"
readme = "README.md"
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.5
Current release: 0.24.6

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

0 comments on commit 682e7af

Please sign in to comment.