Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Apr 13, 2021
1 parent 1b7dba7 commit 5fd08d6
Show file tree
Hide file tree
Showing 2 changed files with 10 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.1.1"
version = "0.2.0"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2018"
description = "Virtual Trackball Camera Mode for Kiss3D"
Expand Down Expand Up @@ -30,9 +30,9 @@ include = [
travis-ci = { repository = "qu1x/kiss3d-trackball" }

[dependencies]
kiss3d = "0.30"
nalgebra = "0.25"
trackball = "0.2"
kiss3d = "0.31"
nalgebra = "0.26"
trackball = "0.3"

[features]
cc = ["trackball/cc"]
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.2.0 (2021-04-13)

* Use `Fixed` quantity wrt field of view.
* Use better supported Unicode arrow symbol.
* Update dependencies.

# Version 0.1.1 (2021-04-08)

* Switch to [BSD-2-Clause-Patent](LICENSES/BSD-2-Clause-Patent.md).
Expand Down

0 comments on commit 5fd08d6

Please sign in to comment.