Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splashdust committed Jun 5, 2024
1 parent 866c837 commit d3ed707
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.7.0

New features:

- Added `voxel_line_traversal` and `voxel_cartesian_traversal` for versatile and fast traversal of the voxel grid (#24)
- Created a new bevy_voxel_world::traversal_alg module to make it easy for crate users to import those algorithms (#24)
- Rewrite of `raycast` using the traversal algorithm. (#25)

Breaking changes:

- `VoxelRaycastResult.normal` is now wrapped in an `Option<Vec3>`

Thanks to @dtaralla for contributing to this release!

## 0.6.0

New features:
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.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Joacim Magnusson <joacim@isogram.se>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d3ed707

Please sign in to comment.