From 6dc37a2c453290da846b62c52f14185e4cebba8f Mon Sep 17 00:00:00 2001 From: David Cristofaro Date: Tue, 8 Feb 2022 21:55:16 +1100 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- README.md | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d869137..4745cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Changed +## [0.3.0] - 2022-02-08 + - Updated to Rust 2021 Edition. - Updated `bevy` to 0.6. - Updated `pixels` to 0.9. @@ -24,7 +26,8 @@ Initial release. -[unreleased]: https://github.com/dtcristo/bevy_pixels/compare/v0.2.0...HEAD +[unreleased]: https://github.com/dtcristo/bevy_pixels/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/dtcristo/bevy_pixels/releases/tag/v0.3.0 [0.2.0]: https://github.com/dtcristo/bevy_pixels/releases/tag/v0.2.0 [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 be1af70..c3b3c86 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.2.0" +version = "0.3.0" authors = ["David Cristofaro "] edition = "2021" license = "MIT" diff --git a/README.md b/README.md index f7a4e8c..86bc69b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ fn main_system(mut pixels_resource: ResMut) { | ----------- | ---- | ------ | | 0.1 | 0.5 | 0.3 | | 0.2 | 0.5 | 0.8 | +| 0.3 | 0.6 | 0.9 | ## Examples