Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jul 19, 2021
1 parent f048404 commit 34d6a83
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.0 - 2021-07-19

### Breaking changes

* The SpriteSheetAnimation is now an asset (#4)


### Features

* The SpriteSheetAnimation is now an asset (#4)



## 0.2.0 - 2021-07-12

### 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.2.0" # auto-version
version = "0.3.0" # 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.2.0"
benimator = "0.3.0"
```

## Cargo features
Expand Down

0 comments on commit 34d6a83

Please sign in to comment.