Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splashdust committed Feb 28, 2024
1 parent db0f4c2 commit 02deab1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.0

- Update to Bevy 0.13

## 0.3.6

- Fix some issues with ray casting
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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_voxel_world"
description = "A voxel world plugin for Bevy"
version = "0.3.6"
version = "0.4.0"
edition = "2021"
authors = ["Joacim Magnusson <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ Feedback, issues and pull requests are welcomed!

| bevy | bevy_voxel_world |
| ---- | ---------------- |
| 0.13 | ^0.4.0 |
| 0.12 | ^0.3.0 |
| 0.11 | 0.2.2 |

0 comments on commit 02deab1

Please sign in to comment.