Skip to content

Commit

Permalink
Release v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Nov 1, 2024
1 parent e83cb7a commit e591be0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.15] - 2024-10-31

### Added

- [`CyclesCount`] counter to display cycle throughput as Hertz.
Expand Down Expand Up @@ -308,8 +310,8 @@ Initial release. See [blog post](https://nikolaivazquez.com/blog/divan/).
[crate]: https://crates.io/crates/divan
[crate-badge]: https://img.shields.io/crates/v/divan.svg

[Unreleased]: https://github.com/nvzqz/divan/compare/v0.1.14...HEAD
[0.1.14]: https://github.com/nvzqz/divan/compare/v0.1.13...v0.1.14
[Unreleased]: https://github.com/nvzqz/divan/compare/v0.1.15...HEAD
[0.1.15]: https://github.com/nvzqz/divan/compare/v0.1.13...v0.1.15
[0.1.13]: https://github.com/nvzqz/divan/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/nvzqz/divan/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/nvzqz/divan/compare/v0.1.10...v0.1.11
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "divan"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
authors = ["Nikolai Vazquez"]
license = "MIT OR Apache-2.0"
Expand All @@ -13,7 +13,7 @@ keywords = ["benchmark", "criterion", "instrument", "measure", "performance"]
readme = "README.md"

[dependencies]
divan-macros = { version = "=0.1.14", path = "macros" }
divan-macros = { version = "=0.1.15", path = "macros" }

cfg-if = "1"
clap = { version = "4", default-features = false, features = ["std", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A guide is being worked on. In the meantime, see:

```toml
[dev-dependencies]
divan = "0.1.14"
divan = "0.1.15"

[[bench]]
name = "example"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "divan-macros"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
authors = ["Nikolai Vazquez"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit e591be0

Please sign in to comment.