Skip to content

Commit be64401

Browse files
committed
(cargo-release) version 0.11.1
1 parent 5ed5520 commit be64401

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.11.1] - 2023-05-28
12+
1113
### Added
1214

1315
- Added a new method, `Clock::delta_as_nanos`, for getting the delta between two raw measurements as
@@ -216,7 +218,8 @@ description for the finer details. All changes below are part of the aforementi
216218
- Initial commit.
217219

218220
<!-- next-url -->
219-
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.11.0...HEAD
221+
[Unreleased]: https://github.com/metrics-rs/quanta/compare/v0.11.1...HEAD
222+
[0.11.1]: https://github.com/metrics-rs/quanta/compare/v0.11.0...v0.11.1
220223
[0.11.0]: https://github.com/metrics-rs/quanta/compare/v0.10.1...v0.11.0
221224
[0.10.1]: https://github.com/metrics-rs/quanta/compare/v0.10.0...v0.10.1
222225
[0.10.0]: https://github.com/metrics-rs/quanta/releases/tag/v0.10.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.11.0"
3+
version = "0.11.1"
44
authors = ["Toby Lawrence <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60"

0 commit comments

Comments
 (0)