Skip to content

Commit e185d38

Browse files
committed
chore: Release quanta version 0.12.5
1 parent 4c060d2 commit e185d38

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.5] - 2025-01-01
12+
1113
### Fixed
1214

1315
- Fixed an issue with lossy truncation in checked arithemtic methods for `Instant`. ([#110](https://github.com/metrics-rs/quanta/pull/110))
@@ -263,7 +265,8 @@ description for the finer details. All changes below are part of the aforementi
263265
- Initial commit.
264266

265267
<!-- next-url -->
266-
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.12.4...HEAD
268+
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.12.5...HEAD
269+
[0.12.5]: https://github.com/metrics-rs/quanta/compare/v0.12.4...v0.12.5
267270
[0.12.4]: https://github.com/metrics-rs/quanta/compare/v0.12.3...v0.12.4
268271
[0.12.3]: https://github.com/metrics-rs/quanta/compare/v0.12.2...v0.12.3
269272
[0.12.2]: https://github.com/metrics-rs/quanta/compare/v0.12.1...v0.12.2

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.4"
3+
version = "0.12.5"
44
authors = ["Toby Lawrence <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.70"

0 commit comments

Comments
 (0)