Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcristo committed May 30, 2021
1 parent 1a3eaaf commit 4737ba1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1.0"
version = "0.1.1"
authors = ["David Cristofaro <david@dtcristo.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 4737ba1

Please sign in to comment.