File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ## [ 0.12.5] - 2025-01-01
12
+
11
13
### Fixed
12
14
13
15
- 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
263
265
- Initial commit.
264
266
265
267
<!-- 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
267
270
[ 0.12.4 ] : https://github.com/metrics-rs/quanta/compare/v0.12.3...v0.12.4
268
271
[ 0.12.3 ] : https://github.com/metrics-rs/quanta/compare/v0.12.2...v0.12.3
269
272
[ 0.12.2 ] : https://github.com/metrics-rs/quanta/compare/v0.12.1...v0.12.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quanta"
3
- version = " 0.12.4 "
3
+ version = " 0.12.5 "
4
4
authors = [
" Toby Lawrence <[email protected] >" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.70"
You can’t perform that action at this time.
0 commit comments