Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Mar 19, 2022
1 parent 38717d2 commit 1667fdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kiss3d-trackball"
version = "0.4.0"
version = "0.5.0"
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
edition = "2021"
description = "Virtual Trackball Camera Mode for Kiss3D"
Expand Down Expand Up @@ -31,9 +31,9 @@ include = [
travis-ci = { repository = "qu1x/kiss3d-trackball" }

[dependencies]
kiss3d = "0.32"
nalgebra = { version = "0.29", default-features = false, features = ["libm"] }
trackball = "0.7"
kiss3d = "0.34"
nalgebra = { version = "0.30", default-features = false, features = ["libm"] }
trackball = "0.8"

[features]
cc = ["trackball/cc"]
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.5.0 (2022-03-19)

* Bump `kiss3d`, `trackball`, and `nalgebra` to latest versions.
* Adhere to pedantic Clippy lints.

# Version 0.4.0 (2021-11-12)

* Bump `kiss3d`, `trackball`, and `nalgebra` to latest versions.
Expand Down

0 comments on commit 1667fdf

Please sign in to comment.