Skip to content

Commit f9ccd05

Browse files
committed
Update version number and changelog.
1 parent 38fee32 commit f9ccd05

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.3.6] - 2022-07-06
810
### Changed
911
- MSRV bumped to 1.49
1012
- Symbol for microseconds changed from ASCII 'us' to unicode 'µs'
13+
- Documentation fixes
14+
- Clippy fixes
1115

1216
## [0.3.5] - 2021-07-26
1317
### Fixed
@@ -400,7 +404,7 @@ more details
400404
- Initial release on Crates.io.
401405

402406

403-
[Unreleased]: https://github.com/bheisler/criterion.rs/compare/0.3.4...HEAD
407+
[Unreleased]: https://github.com/bheisler/criterion.rs/compare/0.3.6...HEAD
404408
[0.1.1]: https://github.com/bheisler/criterion.rs/compare/0.1.0...0.1.1
405409
[0.1.2]: https://github.com/bheisler/criterion.rs/compare/0.1.1...0.1.2
406410
[0.2.0]: https://github.com/bheisler/criterion.rs/compare/0.1.2...0.2.0
@@ -421,3 +425,4 @@ more details
421425
[0.3.3]: https://github.com/bheisler/criterion.rs/compare/0.3.2...0.3.3
422426
[0.3.4]: https://github.com/bheisler/criterion.rs/compare/0.3.3...0.3.4
423427
[0.3.5]: https://github.com/bheisler/criterion.rs/compare/0.3.4...0.3.5
428+
[0.3.5]: https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
"Brook Heisler <brookheisler@gmail.com>",
55
]
66
name = "criterion"
7-
version = "0.3.5"
7+
version = "0.3.6"
88
edition = "2018"
99

1010
description = "Statistics-driven micro-benchmarking library"

0 commit comments

Comments
 (0)