Skip to content

Commit 09409f1

Browse files
committed
[PSs] Move to version 0.2.0
1 parent 6dbbe22 commit 09409f1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

PartitionedSolvers/CHANGELOG.md

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

9-
## [0.1.0] - Unreleased
9+
## [0.2.0] - Unreleased
10+
11+
### Changed
12+
13+
- Linear solver interface.
14+
15+
## [0.1.0]
1016

1117
### Added
1218

PartitionedSolvers/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PartitionedSolvers"
22
uuid = "11b65f7f-80ac-401b-9ef2-3db765482d62"
33
authors = ["Francesc Verdugo <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
77
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"

0 commit comments

Comments
 (0)