Skip to content

Commit e591be0

Browse files
committed
Release v0.1.15
1 parent e83cb7a commit e591be0

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Diff for: CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [0.1.15] - 2024-10-31
12+
1113
### Added
1214

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

311-
[Unreleased]: https://github.com/nvzqz/divan/compare/v0.1.14...HEAD
312-
[0.1.14]: https://github.com/nvzqz/divan/compare/v0.1.13...v0.1.14
313+
[Unreleased]: https://github.com/nvzqz/divan/compare/v0.1.15...HEAD
314+
[0.1.15]: https://github.com/nvzqz/divan/compare/v0.1.13...v0.1.15
313315
[0.1.13]: https://github.com/nvzqz/divan/compare/v0.1.12...v0.1.13
314316
[0.1.12]: https://github.com/nvzqz/divan/compare/v0.1.11...v0.1.12
315317
[0.1.11]: https://github.com/nvzqz/divan/compare/v0.1.10...v0.1.11

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "divan"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55
authors = ["Nikolai Vazquez"]
66
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ keywords = ["benchmark", "criterion", "instrument", "measure", "performance"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
divan-macros = { version = "=0.1.14", path = "macros" }
16+
divan-macros = { version = "=0.1.15", path = "macros" }
1717

1818
cfg-if = "1"
1919
clap = { version = "4", default-features = false, features = ["std", "env"] }

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A guide is being worked on. In the meantime, see:
3737

3838
```toml
3939
[dev-dependencies]
40-
divan = "0.1.14"
40+
divan = "0.1.15"
4141

4242
[[bench]]
4343
name = "example"

Diff for: macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "divan-macros"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55
authors = ["Nikolai Vazquez"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)