Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Oct 29, 2024
1 parent 445494c commit 251ca04
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trackball"
version = "0.14.0"
version = "0.15.0"
rust-version = "1.71.0"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -37,7 +37,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
heapless = { version = "0.8.0", default-features = false }
nalgebra = { git = "https://github.com/dimforge/nalgebra", rev = "refs/pull/1434/head", default-features = false, features = ["libm-force"] }
nalgebra = { version = "0.33.2", default-features = false, features = ["libm-force"] }
simba = { version = "0.9.0", default-features = false, features = ["libm"] }
approx = { version = "0.5.1", default-features = false }
serde = { version = "1.0.203", default-features = false, features = ["derive"], optional = true }
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.15.0 (2024-10-29)

* Support latest `glam`.
* Bump `nalgebra` to latest version.

# Version 0.14.0 (2024-07-06)

* Bump `nalgebra` to latest version.
Expand Down
2 changes: 1 addition & 1 deletion c11/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('trackball', 'c',
version : '0.14.0',
version : '0.15.0',
license : 'MIT OR Apache-2.0',
default_options : ['c_std=c11'])

Expand Down
2 changes: 1 addition & 1 deletion c11/src/trackball.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/// [S2CID]: https://en.wikipedia.org/wiki/S2CID_(identifier)
/// [44199608]: https://api.semanticscholar.org/CorpusID:44199608
///
/// \version v0.14.0
/// \version v0.15.0
/// \author Rouven Spreckels <[email protected]>
/// \copyright MIT OR Apache-2.0
///
Expand Down

0 comments on commit 251ca04

Please sign in to comment.