Skip to content

Commit

Permalink
Increment version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bheisler committed Sep 10, 2022
1 parent 935c632 commit 4d6d69a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.4.0] - IN DEVELOPMENT
## [0.4.0] - 2022-09-10

### Removed

Expand Down Expand Up @@ -504,7 +504,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial release on Crates.io.

[Unreleased]: https://github.com/bheisler/criterion.rs/compare/0.3.6...HEAD
[Unreleased]: https://github.com/bheisler/criterion.rs/compare/0.4.0...HEAD
[0.1.1]: https://github.com/bheisler/criterion.rs/compare/0.1.0...0.1.1
[0.1.2]: https://github.com/bheisler/criterion.rs/compare/0.1.1...0.1.2
[0.2.0]: https://github.com/bheisler/criterion.rs/compare/0.1.2...0.2.0
Expand All @@ -525,4 +525,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[0.3.3]: https://github.com/bheisler/criterion.rs/compare/0.3.2...0.3.3
[0.3.4]: https://github.com/bheisler/criterion.rs/compare/0.3.3...0.3.4
[0.3.5]: https://github.com/bheisler/criterion.rs/compare/0.3.4...0.3.5
[0.3.5]: https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6
[0.3.6]: https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6
[0.4.0]: https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0
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.6"
version = "0.4.0"
edition = "2018"

description = "Statistics-driven micro-benchmarking library"
Expand All @@ -19,7 +19,7 @@ exclude = ["book/*"]
[dependencies]
anes = "0.1.4"
lazy_static = "1.4"
criterion-plot = { path = "plot", version = "0.4.5" }
criterion-plot = { path = "plot", version = "0.5.0" }
itertools = "0.10"
serde = "1.0"
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions bencher_compat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "criterion_bencher_compat"
version = "0.3.4"
version = "0.4.0"
authors = ["Brook Heisler <redattack34@gmail.com>"]
edition = "2018"

Expand All @@ -13,7 +13,7 @@ categories = ["development-tools::profiling"]
license = "Apache-2.0/MIT"

[dependencies]
criterion = { version = "0.3.4", path = "..", default-features = false }
criterion = { version = "0.4.0", path = "..", default-features = false }

[features]
real_blackbox = ["criterion/real_blackbox"]
Expand Down
4 changes: 2 additions & 2 deletions macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "criterion-macro"
version = "0.3.4"
version = "0.4.0"
authors = ["Brook Heisler <redattack34@gmail.com>"]
edition = "2018"

Expand All @@ -20,7 +20,7 @@ proc-macro2 = { version = "1.0", features = ["nightly"] }
quote = "1.0"

[dev-dependencies]
criterion = { version = "0.3.4", path = "..", default-features = false }
criterion = { version = "0.4.0", path = "..", default-features = false }

[[bench]]
name = "test_macro_bench"
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.5"
version = "0.5.0"
edition = "2018"

description = "Criterion's plotting library"
Expand Down

0 comments on commit 4d6d69a

Please sign in to comment.