Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bheisler committed Jul 26, 2021
1 parent 2b4d7e9 commit 4e773a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.5] - 2021-07-26
### Fixed
- Corrected `Criterion.toml` in the book.
- Corrected configuration typo in the book.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"Brook Heisler <brookheisler@gmail.com>",
]
name = "criterion"
version = "0.3.4"
version = "0.3.5"
edition = "2018"

description = "Statistics-driven micro-benchmarking library"
Expand All @@ -18,7 +18,7 @@ exclude = ["book/*"]

[dependencies]
lazy_static = "1.4"
criterion-plot = { path = "plot", version = "0.4.3" }
criterion-plot = { path = "plot", version = "0.4.4" }
itertools = "0.10"
serde = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion plot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
name = "criterion-plot"
version = "0.4.3"
version = "0.4.4"
edition = "2018"

description = "Criterion's plotting library"
Expand Down

0 comments on commit 4e773a3

Please sign in to comment.