Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Version 0.5.0

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

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

Changes to existing scripts and modules
- change in module `stdlib_linalg`
- addition of the BLAS/LAPACK backends and interfaces
[#772](https://github.com/fortran-lang/stdlib/pull/772)
- upgrade of the Intel-classic compiler in macOS CI
[#777](https://github.com/fortran-lang/stdlib/pull/777)

# Version 0.4.0

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