Skip to content

Commit f9bda08

Browse files
authored
Merge pull request #190 from PartitionedArrays/ps-0.3.2
Release PartitionedSolvers 0.3.2
2 parents 172a4d2 + 23583ce commit f9bda08

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

PartitionedSolvers/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.3.2] - 2025-03-13
10+
11+
### Added
12+
13+
- Solver `cg`.
14+
915
## [0.3.1] - 2024-11-11
1016

1117
### Added

PartitionedSolvers/Project.toml

+1-1
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.3.1"
4+
version = "0.3.2"
55

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

0 commit comments

Comments
 (0)