Skip to content

Commit

Permalink
chore: release (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 8, 2024
1 parent 511fad1 commit 37acf48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.1](https://github.com/Boshen/criterion2.rs/compare/v0.7.0...v0.7.1) - 2024-04-06

### Added
- allow async setup for async bencher ([#6](https://github.com/Boshen/criterion2.rs/pull/6))
- MSRV bumped to 1.70

## [0.5.1] - 2023-05-26
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
@@ -1,6 +1,6 @@
[package]
name = "criterion2"
version = "0.7.0" # When bumping: * Update version numbers in the book;
version = "0.7.1"
authors = [
"Boshen <boshenc@gmail.com>",
"Jorge Aparicio <japaricious@gmail.com>",
Expand Down

0 comments on commit 37acf48

Please sign in to comment.