Skip to content

Commit

Permalink
0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldom-SE committed Jul 10, 2024
1 parent 0b27839 commit 7493b03
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.7 (2024-07-09)

### Changed

- Updated `bevy` to 0.14

### Removed

- `seldom_fn_plugin` integration

## 0.6.1 (2024-05-30)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seldom_pixel"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
categories = ["game-development"]
description = "Bevy plugin for limited color palette pixel art games"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Then add `PxPlugin` to your app. Check out the examples for further usage.

| Bevy | `seldom_state` | `seldom_map_nav` | `seldom_interop` | `bevy_ecs_tilemap` | `seldom_pixel` |
| ---- | -------------- | ---------------- | ---------------- | ------------------ | -------------- |
| 0.14 | 0.11 | 0.7 | | | 0.7 |
| 0.13 | 0.10 | 0.6 | | | 0.6 |
| 0.12 | 0.9 | | 0.5 | 0.12 | 0.5 |
| 0.11 | 0.7 | | 0.4 | 0.11 | 0.4 |
Expand Down

0 comments on commit 7493b03

Please sign in to comment.