We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c272a59 commit 417f9eeCopy full SHA for 417f9ee
3 files changed
CHANGELOG.MD
@@ -8,6 +8,10 @@ All notable changes to the `bevy voxel plot` crate will be documented in this fi
8
9
* ...
10
11
+# 4.0.0 - 6.4.2026
12
+
13
+* Bump to version 4.0.0 for consistency
14
15
# 3.1.0 - 2.4.2026
16
17
* Update to bevy 0.18
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bevy_voxel_plot"
3
-version = "3.1.0"
+version = "4.0.0"
4
edition = "2021"
5
authors = ["Linus Leo Stöckli"]
6
repository = "https://github.com/hacknus/bevy_voxel_plot"
README.md
@@ -40,7 +40,7 @@ low alpha.
40
41
| bevy | bevy_voxel_plot |
42
|------|-----------------|
43
-| 0.18 | 3.1 |
+| 0.18 | 4.0 |
44
| 0.17 | 3.0 |
45
| 0.16 | 2.0 |
46
| 0.15 | 1.0 |
0 commit comments