Skip to content

Commit

Permalink
0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Plonq committed Dec 23, 2024
1 parent 72df445 commit 2d082dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.21.2

- Derive `Reflect` on `PanOrbitCamera`

## 0.21.1

- Add `Camera3d` as a required component (new feature of Bevy 0.15) of `PanOrbitCamera`, so it doesn't need to be added
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_panorbit_camera"
version = "0.21.1"
version = "0.21.2"
authors = ["Plonq"]
edition = "2021"
description = "A basic pan and orbit camera in Bevy"
Expand Down

0 comments on commit 2d082dc

Please sign in to comment.