Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#43)
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 2, 2022
1 parent 586859c commit f06ad5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Unreleased changes (if any) can be found in the latest [release pull-request].



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


### Features

* add repeat-from animation mode ([#40](https://github.com/jcornaz/benimator/issues/40)) ([586859c](https://github.com/jcornaz/benimator/commit/586859c06cc3a63081d0f13156927c3a1db2bc0e))


### Deprecations

* deprecate the `AnimationMode` enum which wasn't used in any public API (#40)


## [2.0.1](https://github.com/jcornaz/benimator/compare/v2.0.0-rc.1...v2.0.1) (2022-01-29)


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.0.1"
version = "2.1.0"
edition = "2021"
rust-version = "1.58"
authors = ["Jonathan Cornaz"]
Expand Down

0 comments on commit f06ad5b

Please sign in to comment.