Skip to content

Commit be5c7c6

Browse files
committed
Added missing version links
1 parent 8c55c68 commit be5c7c6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [Unreleased]
99

1010
## Added
1111
- New methods: `NormalForms.is_row_zero_after`, `NormalForms.is_col_zero_after`,
@@ -76,3 +76,11 @@ able to become zero off-diagonal.
7676
## [0.1.0] - 2022-11-07
7777

7878
Initial release - added to Julia package registry
79+
80+
[Unreleased]: https://github.com/brainandforce/NormalForms.jl
81+
[0.1.5]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.5
82+
[0.1.4]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.4
83+
[0.1.3]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.3
84+
[0.1.2]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.2
85+
[0.1.1]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.1
86+
[0.1.0]: https://github.com/brainandforce/NormalForms.jl/releases/tag/v0.1.0

0 commit comments

Comments
 (0)