From 251ca043617414eaa50062aaa04dab2c6db361b1 Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Tue, 29 Oct 2024 19:47:04 +0100 Subject: [PATCH] Prepare release. --- Cargo.toml | 4 ++-- RELEASES.md | 5 +++++ c11/meson.build | 2 +- c11/src/trackball.h | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d2c48f..cc6756f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trackball" -version = "0.14.0" +version = "0.15.0" rust-version = "1.71.0" authors = ["Rouven Spreckels "] edition = "2021" @@ -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 } diff --git a/RELEASES.md b/RELEASES.md index 6a9d3e6..8b7a82c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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. diff --git a/c11/meson.build b/c11/meson.build index 582ee7a..cba1202 100644 --- a/c11/meson.build +++ b/c11/meson.build @@ -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']) diff --git a/c11/src/trackball.h b/c11/src/trackball.h index b02d2fa..395e48a 100644 --- a/c11/src/trackball.h +++ b/c11/src/trackball.h @@ -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 /// \copyright MIT OR Apache-2.0 ///