Skip to content

Commit

Permalink
Merge pull request #814 from jvdp1/newrelease_v0.6.1
Browse files Browse the repository at this point in the history
Update version and Changelog.md towards `v0.6.1`
  • Loading branch information
jvdp1 authored May 13, 2024
2 parents 1dc58c9 + 2d19dd1 commit d44d625
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Version 0.6.1

Full release notes available at [v0.6.1] tag.

[v0.6.1]: https://github.com/fortran-lang/stdlib/releases/tag/v0.6.1

Changes to existing scripts and modules
- changes in module `stdlib_linalg_lapack`
- Renamed variable for compiler compliance
[#812](https://github.com/fortran-lang/stdlib/pull/812)
- change of the format in some example programs
[#813](https://github.com/fortran-lang/stdlib/pull/813)


# Version 0.6.0

Full release notes available at [v0.6.0] tag.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit d44d625

Please sign in to comment.