From 672ef732e8602150ca0b6b5a601913e6d2b98264 Mon Sep 17 00:00:00 2001 From: Huon Imberger Date: Sat, 7 Dec 2024 15:31:14 +1100 Subject: [PATCH] Bump major version and so on --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99f78a..094b05a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.21 + +- Update to Bevy 0.15 + ## 0.20.1 - Update docs, explaining that setting sensitivity values to 0 will disable the respective control diff --git a/Cargo.toml b/Cargo.toml index ff57702..9cfa148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_panorbit_camera" -version = "0.20.1" +version = "0.21.0" authors = ["Plonq"] edition = "2021" description = "A basic pan and orbit camera in Bevy" diff --git a/README.md b/README.md index e71192d..c9896a1 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ all the possible configuration options. | bevy | bevy_panorbit_camera | |------|----------------------| +| 0.15 | 0.21 | | 0.14 | 0.19-0.20 | | 0.13 | 0.14-0.18 | | 0.12 | 0.9-0.13 |