Skip to content

Commit

Permalink
chore: release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 14, 2024
1 parent cadfdb8 commit e8eac4b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.11.0](https://github.com/Boshen/criterion2.rs/compare/v0.10.0...v0.11.0) - 2024-06-14

### Added
- [**breaking**] remove csv_output ([#33](https://github.com/Boshen/criterion2.rs/pull/33))
- rm crate `criterion-macro`

### Other
- *(deps)* update dependency rust to v1.79.0 ([#35](https://github.com/Boshen/criterion2.rs/pull/35))
- *(deps)* update rust crates ([#32](https://github.com/Boshen/criterion2.rs/pull/32))
- *(deps)* lock file maintenance rust crates ([#31](https://github.com/Boshen/criterion2.rs/pull/31))
- check unused dependencies

## [0.10.0](https://github.com/Boshen/criterion2.rs/compare/v0.9.0...v0.10.0) - 2024-06-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "criterion2"
version = "0.10.0"
version = "0.11.0"
authors = [
"Boshen <boshenc@gmail.com>",
"Brook Heisler <brookheisler@gmail.com>",
Expand Down

0 comments on commit e8eac4b

Please sign in to comment.