Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Nov 30, 2024
1 parent 252d705 commit d5c85a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,19 @@ bevy_egui = ["dep:bevy_egui"]

[dependencies]
trackball = { version = "0.15.0", features = ["glam"] }
bevy_egui = { git = "https://github.com/mvlabat/bevy_egui", rev = "refs/pull/309/head", default-features = false, features = ["render"], optional = true }
bevy_egui = { version = "0.31.1", default-features = false, features = ["render"], optional = true }

[dependencies.bevy]
version = "0.15.0-rc.3"
version = "0.15.0"
default-features = false
features = [
"bevy_render",
"bevy_window",
"bevy_winit",
]

[dev-dependencies.bevy]
version = "0.15.0-rc.3"
version = "0.15.0"
default-features = false
features = [
"custom_cursor",
Expand Down
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Version 0.9.0 (2024-11-??)
# Version 0.9.0 (2024-11-30)

* Bump MSRV to `1.82.0`.
* Bump `bevy` to `0.15.0`.
* Bump `bevy_egui` to `0.31.0`.
* Bump `bevy_egui` to `0.31.1`.
* Bump `trackball` to `0.15.0`.

# Version 0.8.0 (2024-10-27)
Expand Down

0 comments on commit d5c85a5

Please sign in to comment.