Skip to content

Commit

Permalink
chore: release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Aug 2, 2021
1 parent 1d54790 commit 194e991
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.3.1 - 2021-08-02

### Features

* Allow to reset animation (#8)


### Bug fixes

* impossiblity to restart an animation ran with 'Once' mode (#7)



## 0.3.0 - 2021-07-19

### Breaking changes
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 = "0.3.0" # auto-version
version = "0.3.1" # auto-version
authors = ["Jonathan Cornaz"]
edition = "2018"
license = "Unlicense OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For more details see the [documentation](https://docs.rs/benimator)
Add to `Cargo.toml`:

```toml
benimator = "0.3.0"
benimator = "0.3.1"
```

## Cargo features
Expand Down

0 comments on commit 194e991

Please sign in to comment.