Skip to content

Commit cc2c4b1

Browse files
committed
(cargo-release) version 0.12.1
1 parent 1dcbe17 commit cc2c4b1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased] - ReleaseDate
1010

11+
## [0.12.1] - 2023-10-31
12+
1113
### Fixed
1214

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

238240
<!-- next-url -->
239-
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.12.0...HEAD
241+
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.12.1...HEAD
242+
[0.12.1]: https://github.com/metrics-rs/quanta/compare/v0.12.0...v0.12.1
240243
[0.12.0]: https://github.com/metrics-rs/quanta/compare/v0.11.1...v0.12.0
241244
[0.11.1]: https://github.com/metrics-rs/quanta/compare/v0.11.0...v0.11.1
242245
[0.11.0]: https://github.com/metrics-rs/quanta/compare/v0.10.1...v0.11.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quanta"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Toby Lawrence <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60"

0 commit comments

Comments
 (0)