Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
chore(main): release 2.0.0-rc.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz authored Jan 19, 2022
1 parent 249fc68 commit df66361
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ Unreleased changes (if any) can be found in the latest [release pull-request].



## [2.0.0-rc.1](https://github.com/jcornaz/benimator/compare/v1.1.0...v2.0.0-rc.1) (2022-01-19)


### ⚠ BREAKING CHANGES

* All struct fields are now private
* All enums are marked with `#[non_exhaustive]`
* The constructor of `AnimationPlugin` is now private. Use `AnimationPlugin::default()` instead.
* the `mode` field of `SpriteSheetAnimation` is no longer public
* require rust 1.58

### Features

* add ping pong animation mode ([#25](https://github.com/jcornaz/benimator/issues/25)) ([76a6306](https://github.com/jcornaz/benimator/commit/76a6306c6becb3f1ea6c1bbfabf36cb8bd9e2de8))


## [1.1.0](https://github.com/jcornaz/benimator/compare/v1.0.0...v1.1.0) (2022-01-17)


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 = "1.1.0"
version = "2.0.0-rc.1"
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 = "1.1.0"
benimator = "2.0.0-rc.1"
```
<!--- x-release-please-end-version --->

Expand Down

0 comments on commit df66361

Please sign in to comment.