Skip to content

Commit

Permalink
Bump to 0.20 and update readme, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Plonq committed Nov 6, 2024
1 parent 8c63e15 commit 0671900
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.20

- Change `zoom_lower_limit` from `Option<f32>` to `f32`, defaulting to `0.05`, and remove the hard coded lower zoom limit of `0.05`.
This allows the lower limit to be lowered below 0.05, in case there is a need to work at very small scales.

## 0.19.5

- Update `bevy_egui` to 0.30 in order to resolve an issue with `bevy-inspector-egui` 0.27 ([#85](https://github.com/Plonq/bevy_panorbit_camera/pull/85))
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.19.5"
version = "0.20.0"
authors = ["Plonq"]
edition = "2021"
description = "A basic pan and orbit camera in Bevy"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ all the possible configuration options.

| bevy | bevy_panorbit_camera |
|------|----------------------|
| 0.14 | 0.19 |
| 0.14 | 0.19-0.20 |
| 0.13 | 0.14-0.18 |
| 0.12 | 0.9-0.13 |
| 0.11 | 0.6-0.8 |
Expand Down

0 comments on commit 0671900

Please sign in to comment.