Skip to content

Commit e4346c6

Browse files
committed
Prepare release.
1 parent b3e1ac3 commit e4346c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_trackball"
33
version = "0.2.0"
4-
rust-version = "1.70.0"
4+
rust-version = "1.71.0"
55
authors = ["Rouven Spreckels <[email protected]>"]
66
edition = "2021"
77
description = "Coherent virtual trackball controller/camera plugin for Bevy"

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.2.0 (2023-11-07)
2+
3+
* Update Bevy to `0.12`.
4+
15
# Version 0.1.1 (2023-08-20)
26

37
* Fix default of `TrackballInput::first_key` matching documentation.

0 commit comments

Comments
 (0)