Skip to content

Commit

Permalink
bump to version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Sep 8, 2024
1 parent b88e929 commit a8787b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [unreleased]

## v0.3.8

### Features

- Add the possibility for the user to use a custom physics backend and add an associated example (#30)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "bevy_ecs_tiled"
version = "0.3.7"
version = "0.3.8"

authors = ["Steve Pryde <[email protected]>", "Adrien Bon"]
description = "A Bevy plugin for loading Tiled maps"
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
repository = "https://github.com/adrien-bon/bevy_ecs_tiled"

categories = ["game-development"]
keywords = ["bevy", "tiled", "tilemap", "game", "plugin", "2d"]
keywords = ["bevy", "tiled", "tilemap", "game", "2d"]
exclude = ["assets/*", "res/*"]

[features]
Expand Down

0 comments on commit a8787b0

Please sign in to comment.