Skip to content

Commit

Permalink
(cargo-release) version 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jul 2, 2023
1 parent deead8b commit 0ffcc48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.21.1] - 2023-07-02

### Added

- Added a `From` implementation for `KeyName` from `Cow<'static, str>`.
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metrics"
version = "0.21.0"
version = "0.21.1"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"
rust-version = "1.61.0"
Expand Down
4 changes: 4 additions & 0 deletions metrics/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ long-form description and would be too verbose for the changelog alone.

- No notable changes.

## [0.21.1] - 2023-07-02

- No notable changes.

## [0.21.0] - 2023-04-16

- No notable changes.
Expand Down

0 comments on commit 0ffcc48

Please sign in to comment.