Skip to content

Commit 9643f68

Browse files
committed
Bump version numbers.
1 parent 022865d commit 9643f68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ 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.2.8] - 2019-01-20
810
### Changed
911
- Criterion.rs now uses `rayon` internally instead of manual `unsafe` code built with thread-scoped.
1012
- Replaced handlebars templates with [TinyTemplate](https://github.com/bheisler/TinyTemplate)
1113
- Merged `criterion-stats` crate into `criterion` crate. `criterion-stats` will no longer receive
1214
updates.
15+
- Replaced or removed various other dependencies to reduce the size of Criterion.rs' dependency
16+
tree.
1317

1418
## [0.2.7] - 2018-12-29
1519

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Jorge Aparicio <[email protected]>", "Brook Heisler <[email protected]>"]
33
name = "criterion"
4-
version = "0.2.7"
4+
version = "0.2.8"
55

66
description = "Statistics-driven micro-benchmarking library"
77
homepage = "https://bheisler.github.io/criterion.rs/book/index.html"

0 commit comments

Comments
 (0)