Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 15, 2022
1 parent 4403388 commit 68acd01
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 @@ -8,6 +8,14 @@ Unreleased changes (if any) can be found in the latest [release pull-request].



## [3.0.0](https://github.com/jcornaz/benimator/compare/v2.2.0...v3.0.0) (2022-04-15)


### ⚠ BREAKING CHANGES

* **dependencies:** require bevy 0.7 (#51)


## [2.2.0](https://github.com/jcornaz/benimator/compare/v2.1.0...v2.2.0) (2022-03-06)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "benimator"
version = "2.2.0"
version = "3.0.0"
edition = "2021"
rust-version = "1.58"
authors = ["Jonathan Cornaz"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Add to `Cargo.toml`:

<!--- x-release-please-start-version --->
```toml
benimator = "2.2.0"
benimator = "3.0.0"
```
<!--- x-release-please-end-version --->

Expand Down

0 comments on commit 68acd01

Please sign in to comment.