Skip to content

Commit

Permalink
chore: release v1.1.0 (#53)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `criterion2`: 1.0.0 -> 1.1.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[1.1.0](v1.0.0...v1.1.0)
- 2024-08-27

### Added
- add `Bencher::iter_with_setup_wrapper`
([#49](#49))

### Fixed
- fix integration tests not being run
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
Boshen authored Aug 27, 2024
1 parent 1b2d336 commit 7e9f77f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.1.0](https://github.com/Boshen/criterion2.rs/compare/v1.0.0...v1.1.0) - 2024-08-27

### Added
- add `Bencher::iter_with_setup_wrapper` ([#49](https://github.com/Boshen/criterion2.rs/pull/49))

### Fixed
- fix integration tests not being run

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

### 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 = "1.0.0"
version = "1.1.0"
authors = [
"Boshen <[email protected]>",
"Brook Heisler <[email protected]>",
Expand Down

0 comments on commit 7e9f77f

Please sign in to comment.