Skip to content

Commit 5f927f6

Browse files
committed
Release nalgebra-glm, -lapack, and -sparse
1 parent ba025f1 commit 5f927f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

nalgebra-glm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra-glm"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = ["sebcrozet <developer@crozet.re>"]
55

66
description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library."

nalgebra-lapack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra-lapack"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
authors = ["Sébastien Crozet <developer@crozet.re>", "Andrew Straw <strawman@astraw.com>", "geo-ant <geos.blog@posteo.de>"]
55

66
description = "Matrix decompositions using nalgebra matrices and Lapack bindings."

nalgebra-sparse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra-sparse"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Andreas Longva", "Sébastien Crozet <developer@crozet.re>"]
55
edition = "2024"
66
description = "Sparse matrix computation based on nalgebra."

0 commit comments

Comments
 (0)