Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 18, 2022
1 parent e77cf9b commit f1ee2f4
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.19.2] - 2022-01-17

### Features

- `--target` flag to control what target is used for the verification build during publish
Expand Down Expand Up @@ -366,7 +368,8 @@ git.
* Doc update

<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.19.1...HEAD
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.19.2...HEAD
[0.19.2]: https://github.com/crate-ci/cargo-release/compare/v0.19.1...v0.19.2
[0.19.1]: https://github.com/crate-ci/cargo-release/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/crate-ci/cargo-release/compare/v0.18.8...v0.19.0
[0.18.8]: https://github.com/crate-ci/cargo-release/compare/v0.18.7...v0.18.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
@@ -1,7 +1,7 @@
[package]
name = "cargo-release"
description = "Cargo subcommand for you to smooth your release process."
version = "0.19.1"
version = "0.19.2"
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.19.1
Current release: 0.19.2

`cargo install cargo-release`

Expand Down

0 comments on commit f1ee2f4

Please sign in to comment.