Skip to content

Commit

Permalink
0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldom-SE committed May 8, 2024
1 parent a65bebb commit 9088f9c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.6 (2024-05-07)

### Changed

- Updated `bevy` to 0.13
- Replaced `bevy_ecs_tilemap` with built-in tilemap

## 0.5 (2024-02-16)

### Added
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.5.0"
version = "0.6.0"
edition = "2021"
categories = ["game-development"]
description = "Bevy plugin for limited color palette pixel art games"
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,14 @@ Then add `PxPlugin` to your app. Check out the examples for further usage.

## Compatibility

| Bevy | `seldom_state` | `seldom_interop` | `bevy_ecs_tilemap` | `seldom_pixel` |
| ---- | -------------- | ---------------- | ------------------ | -------------- |
| 0.12 | 0.9 | 0.5 | 0.12 | 0.5 |
| 0.11 | 0.7 | 0.4 | 0.11 | 0.4 |
| 0.10 | 0.6 | 0.3 | 0.10 | 0.3 |
| 0.10 | 0.5 | 0.3 | 0.10 | 0.2 |
| 0.8 | 0.2 | 0.1 | 0.7 | 0.1 |
| Bevy | `seldom_state` | `seldom_map_nav` | `seldom_interop` | `bevy_ecs_tilemap` | `seldom_pixel` |
| ---- | -------------- | ---------------- | ---------------- | ------------------ | -------------- |
| 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 |
| 0.10 | 0.6 | | 0.3 | 0.10 | 0.3 |
| 0.10 | 0.5 | | 0.3 | 0.10 | 0.2 |
| 0.8 | 0.2 | | 0.1 | 0.7 | 0.1 |

## License

Expand Down

0 comments on commit 9088f9c

Please sign in to comment.