Skip to content

Commit 278b3b6

Browse files
committed
chore: Release quanta version 0.12.3
1 parent fe3bb3d commit 278b3b6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: 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.3] - 2024-03-31
12+
1113
### Changed
1214

1315
- Disabled counter support on iOS targets even if AArch64 is present. This is due to an issue where
@@ -251,7 +253,8 @@ description for the finer details. All changes below are part of the aforementi
251253
- Initial commit.
252254

253255
<!-- next-url -->
254-
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.12.2...HEAD
256+
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.12.3...HEAD
257+
[0.12.3]: https://github.com/metrics-rs/quanta/compare/v0.12.2...v0.12.3
255258
[0.12.2]: https://github.com/metrics-rs/quanta/compare/v0.12.1...v0.12.2
256259
[0.12.1]: https://github.com/metrics-rs/quanta/compare/v0.12.0...v0.12.1
257260
[0.12.0]: https://github.com/metrics-rs/quanta/compare/v0.11.1...v0.12.0

Diff for: 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.2"
3+
version = "0.12.3"
44
authors = ["Toby Lawrence <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60"

0 commit comments

Comments
 (0)