Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Plonq committed Nov 21, 2024
1 parent 39c2770 commit ec5f400
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
## 0.20.1

- Update docs, explaining that setting sensitivity values to 0 will disable the respective control

## 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`.
- 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))
- 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))

## 0.19.4

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.20.0"
version = "0.20.1"
authors = ["Plonq"]
edition = "2021"
description = "A basic pan and orbit camera in Bevy"
Expand Down

0 comments on commit ec5f400

Please sign in to comment.