Skip to content

Commit 1a6a1d6

Browse files
committed
Preparing release 0.6.4
1 parent 48f50d8 commit 1a6a1d6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
8+
## [0.6.4] - 2021.10.20
9+
10+
### Added
11+
- Implemented `LinearAlbegra.fillstored!`.
12+
13+
14+
*Previous releases are not included in this Changelog*

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SparseMatricesCSR"
22
uuid = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
33
authors = ["Víctor Sande <vsande@cimne.upc.edu>", "Francesc Verdugo <fverdugo@cimne.upc.edu>"]
4-
version = "0.6.3"
4+
version = "0.6.4"
55

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

0 commit comments

Comments
 (0)