From b548a7a21c10683654c530266c79e652377abaf5 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Wed, 16 Jun 2021 22:55:33 +0200 Subject: [PATCH] chore: release 0.1.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1760773..994f4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.1 - 2021-06-16 + +### Bug fixes + +* Fix project title in readme + + + ## 0.1.0 - 2021-06-16 ### Features diff --git a/Cargo.toml b/Cargo.toml index 0454915..6d7d7e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benimator" -version = "0.1.0" # auto-version +version = "0.1.1" # auto-version authors = ["Jonathan Cornaz"] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 793c995..effd52a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ For more details see the [documentation](https://docs.rs/benimator) Add to `Cargo.toml`: ```toml -benimator = "0.1.0" +benimator = "0.1.1" ``` ## Bevy Version Compatibility