Skip to content

Commit 3e2849e

Browse files
authored
Post v0.4 CHANGELOG updates (#680)
1 parent 637010e commit 3e2849e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.5.0] - 2023-05-XX
11+
12+
### Changed
13+
- Replaced lazy_static dependency with once_cell
14+
- Improved documentation of the `html_reports` feature
15+
- Replaced atty dependency with is-terminal
16+
- MSRV bumped to 1.64
17+
- Upgraded clap dependency to v4
18+
- Upgraded tempfile dependency to v3.5.0
19+
20+
### Fixed
21+
- Quick mode (`--quick`) no longer outputs 1ms for measured times over 5 seconds
22+
- Documentation updates
23+
1024
## [0.4.0] - 2022-09-10
1125

1226
### Removed
@@ -20,7 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2034

2135
- HTML report hidden behind non-default feature flag: 'html_reports'
2236
- Standalone support (ie without cargo-criterion) feature flag: 'cargo_bench_support'
23-
- MSRV bumped to 1.60
37+
- MSRV bumped to 1.57
2438
- `rayon` and `plotters` are optional (and default) dependencies.
2539
- Status messages ('warming up', 'analyzing', etc) are printed to stderr, benchmark results are printed to stdout.
2640
- Accept subsecond durations for `--warm-up-time`, `--measurement-time` and `--profile-time`.

0 commit comments

Comments
 (0)