Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#24)
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 Jan 18, 2022
1 parent 6e670db commit 1ca58ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Unreleased changes (if any) can be found in the latest [release pull-request].



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


### Features

* create animation from iterator ([#23](https://github.com/jcornaz/benimator/issues/23)) ([6e670db](https://github.com/jcornaz/benimator/commit/6e670db5f162a963318fab2759cdb4a5f3fd18b0))


## [1.0.0](https://github.com/jcornaz/benimator/compare/v0.3.1...v1.0.0) (2022-01-08)


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.0.0"
version = "1.1.0"
edition = "2021"
rust-version = "1.57"
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.0.0"
benimator = "1.1.0"
```
<!--- x-release-please-end-version --->

Expand Down

0 comments on commit 1ca58ae

Please sign in to comment.