From 4737ba126f5133365e91a30cc93e09e3b23dc6ff Mon Sep 17 00:00:00 2001 From: David Cristofaro Date: Sun, 30 May 2021 12:13:58 +1000 Subject: [PATCH] Release 0.1.1 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e0405..db0c8d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog +## [0.1.1] - 2021-05-30 + +### Removed + +- Removed logo. Will be used for [official purposes](https://github.com/bevyengine/bevy/issues/2279) instead. + ## [0.1.0] - 2021-05-29 Initial release. -[unreleased]: https://github.com/dtcristo/bevy_pixels/compare/v0.1.0...HEAD +[unreleased]: https://github.com/dtcristo/bevy_pixels/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/dtcristo/bevy_pixels/releases/tag/v0.1.1 [0.1.0]: https://github.com/dtcristo/bevy_pixels/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 4b01acf..f07b828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_pixels" description = "Bevy plugin that uses Pixels (a tiny pixel buffer) for rendering" -version = "0.1.0" +version = "0.1.1" authors = ["David Cristofaro "] edition = "2018" license = "MIT"