File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 0.3.6] - 2022-07-06
8
10
### Changed
9
11
- MSRV bumped to 1.49
10
12
- Symbol for microseconds changed from ASCII 'us' to unicode 'µs'
13
+ - Documentation fixes
14
+ - Clippy fixes
11
15
12
16
## [ 0.3.5] - 2021-07-26
13
17
### Fixed
@@ -400,7 +404,7 @@ more details
400
404
- Initial release on Crates.io.
401
405
402
406
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
404
408
[ 0.1.1 ] : https://github.com/bheisler/criterion.rs/compare/0.1.0...0.1.1
405
409
[ 0.1.2 ] : https://github.com/bheisler/criterion.rs/compare/0.1.1...0.1.2
406
410
[ 0.2.0 ] : https://github.com/bheisler/criterion.rs/compare/0.1.2...0.2.0
@@ -421,3 +425,4 @@ more details
421
425
[ 0.3.3 ] : https://github.com/bheisler/criterion.rs/compare/0.3.2...0.3.3
422
426
[ 0.3.4 ] : https://github.com/bheisler/criterion.rs/compare/0.3.3...0.3.4
423
427
[ 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = [
4
4
" Brook Heisler <brookheisler@gmail.com>" ,
5
5
]
6
6
name = " criterion"
7
- version = " 0.3.5 "
7
+ version = " 0.3.6 "
8
8
edition = " 2018"
9
9
10
10
description = " Statistics-driven micro-benchmarking library"
You can’t perform that action at this time.
0 commit comments