Skip to content

Commit

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

## [Unreleased] - ReleaseDate

## [0.12.1] - 2023-10-31

### Fixed

- Populate global recent time before `Upkeep` starts. ([#95])
Expand Down Expand Up @@ -236,7 +238,8 @@ description for the finer details. All changes below are part of the aforementi
- Initial commit.

<!-- next-url -->
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.12.1...HEAD
[0.12.1]: https://github.com/metrics-rs/quanta/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/metrics-rs/quanta/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/metrics-rs/quanta/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/metrics-rs/quanta/compare/v0.10.1...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quanta"
version = "0.12.0"
version = "0.12.1"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
edition = "2021"
rust-version = "1.60"
Expand Down

0 comments on commit cc2c4b1

Please sign in to comment.