Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcristo committed Feb 8, 2022
1 parent 5a00103 commit 6dc37a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <david@dtcristo.com>"]
edition = "2021"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ fn main_system(mut pixels_resource: ResMut<PixelsResource>) {
| ----------- | ---- | ------ |
| 0.1 | 0.5 | 0.3 |
| 0.2 | 0.5 | 0.8 |
| 0.3 | 0.6 | 0.9 |

## Examples

Expand Down

0 comments on commit 6dc37a2

Please sign in to comment.