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.2] - 2023-12-31
12
+
11
13
### Fixed
12
14
13
15
- Fixed an issue with the monotonic clock for macOS/iOS where it would undermeasure time compared to
@@ -244,7 +246,8 @@ description for the finer details. All changes below are part of the aforementi
244
246
- Initial commit.
245
247
246
248
<!-- next-url -->
247
- [ Unreleased ] : https://github.com/metrics-rs/quanta/compare/v0.12.1...HEAD
249
+ [ Unreleased ] : https://github.com/metrics-rs/quanta/compare/v0.12.2...HEAD
250
+ [ 0.12.2 ] : https://github.com/metrics-rs/quanta/compare/v0.12.1...v0.12.2
248
251
[ 0.12.1 ] : https://github.com/metrics-rs/quanta/compare/v0.12.0...v0.12.1
249
252
[ 0.12.0 ] : https://github.com/metrics-rs/quanta/compare/v0.11.1...v0.12.0
250
253
[ 0.11.1 ] : https://github.com/metrics-rs/quanta/compare/v0.11.0...v0.11.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quanta"
3
- version = " 0.12.1 "
3
+ version = " 0.12.2 "
4
4
authors = [
" Toby Lawrence <[email protected] >" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.60"
You can’t perform that action at this time.
0 commit comments