Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Oct 27, 2024
1 parent 33818f0 commit 40198e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_trackball"
version = "0.7.0"
rust-version = "1.79.0"
version = "0.8.0"
rust-version = "1.80.0"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2021"
description = "Coherent virtual trackball controller/camera plugin for Bevy"
Expand Down Expand Up @@ -42,12 +42,12 @@ serialize = ["bevy/serialize", "trackball/serde"]
c11-orbit = ["trackball/cc"]

[dependencies]
bevy = { version = "0.14.0", default-features = false, features = ["bevy_render"] }
bevy = { version = "0.14.2", default-features = false, features = ["bevy_render"] }
bevy_egui = { version = "0.30.0", default-features = false, features = ["render"], optional = true }
trackball = { version = "0.14.0", features = ["glam"] }

[dev-dependencies.bevy]
version = "0.14.0"
version = "0.14.2"
default-features = false
features = [
"bevy_winit",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Coherent virtual trackball controller/camera plugin for Bevy
[Build]: https://github.com/qu1x/bevy_trackball/actions/workflows/build.yml/badge.svg
[Downloads]: https://img.shields.io/crates/d/bevy_trackball.svg
[Version]: https://img.shields.io/crates/v/bevy_trackball.svg
[Rust]: https://img.shields.io/badge/rust-v1.79.0-brightgreen.svg
[Rust]: https://img.shields.io/badge/rust-v1.80.0-brightgreen.svg
[License]: https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg

[Documentation](https://doc.qu1x.dev/bevy_trackball/bevy_trackball)
Expand Down
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.8.0 (2024-10-27)

* Update `bevy_egui`.
* Bump MSRV.

# Version 0.7.0 (2024-07-06)

* Update `bevy` to `0.14.0`.
Expand Down

0 comments on commit 40198e5

Please sign in to comment.