Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Feb 18, 2024
1 parent 3ae5cf0 commit 3e63650
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# 0.17.0

- Changed: updated to Bevy 0.13.
- Removed: This crate's `Ray3d` type has been replaced with Bevy's new `Ray3d` type.
- Methods on `Ray3d` have been replaced with standalone functions.
- This has resulted in a ~10% drop in performance in benchmarks.
- Changed: `Ray3d::from_transform` is now `ray_from_transform`
- Changed: `Ray3d::from_screenspace` is now `ray_from_screenspace`
- Changed: `Triangle` removed in favor of a simpler `[Vec3A; 3]`.

# 0.16.0

- Changed: updated to bevy 0.12.
- Changed: updated to Bevy 0.12.
- Changed: plugin depends on bevy sub-crates (e.g. `bevy_ecs`) instead of `bevy` to reduce
dependency count.

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 = "bevy_mod_raycast"
version = "0.16.0"
version = "0.17.0"
authors = ["Aevyrie <aevyrie@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ I intend to track the `main` branch of Bevy. PRs supporting this are welcome!

| bevy | bevy_mod_raycast |
| ---- | ---------------- |
| 0.13 | 0.17 |
| 0.12 | 0.16 |
| 0.11 | 0.9 - 0.15 |
| 0.10 | 0.8 |
Expand Down

0 comments on commit 3e63650

Please sign in to comment.