Release v0.30.1
This commit is contained in:
parent
2026cb3bd3
commit
6b1e14c8a2
|
@ -4,6 +4,10 @@ documented here.
|
|||
|
||||
This project adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
## [0.30.1] (09 Jan. 2022)
|
||||
### Added
|
||||
- Add conversion from/to types of `glam` 0.19 and 0.20.
|
||||
|
||||
## [0.30.0] (02 Jan. 2022)
|
||||
|
||||
### Breaking changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "nalgebra"
|
||||
version = "0.30.0"
|
||||
version = "0.30.1"
|
||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||
|
||||
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
|
||||
|
|
Loading…
Reference in New Issue