Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Cornaz <[email protected]>
  • Loading branch information
github-actions[bot] and jcornaz authored Mar 6, 2022
1 parent 1e30613 commit 8e7b618
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Unreleased changes (if any) can be found in the latest [release pull-request].



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


### Features

* add `current_frame_index` getter from animation state ([#49](https://github.com/jcornaz/benimator/issues/49)) ([1e30613](https://github.com/jcornaz/benimator/commit/1e306136a78baddbb2ae6fec660a4684acd851c5))



## [2.1.0](https://github.com/jcornaz/benimator/compare/v2.0.1...v2.1.0) (2022-03-02)


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.1.0"
version = "2.2.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.1.0"
benimator = "2.2.0"
```
<!--- x-release-please-end-version --->

Expand Down

0 comments on commit 8e7b618

Please sign in to comment.