Skip to content

Commit 036204b

Browse files
committed
Bumped to 0.1.9
1 parent 1d72be0 commit 036204b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.1.9] - 2024-06-13
11+
1012
### Changed
1113
- For non-square `StaticMatrix{D1,D2,T}` inputs, the return types of the factors are `Matrix{T}`.
1214

@@ -98,6 +100,7 @@ able to become zero off-diagonal.
98100
Initial release - added to Julia package registry
99101

100102
[Unreleased]: https://github.com/brainandforce/NormalForms.jl
103+
[0.1.9]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.9
101104
[0.1.8]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.8
102105
[0.1.7]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.7
103106
[0.1.6]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.6

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NormalForms"
22
uuid = "109d20d8-9763-411c-9b60-7eb2a068657f"
33
authors = ["Brandon Flores"]
4-
version = "0.1.8"
4+
version = "0.1.9"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)