Skip to content

Commit 9a0806e

Browse files
committed
Release 0.5.3
1 parent c15c507 commit 9a0806e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## "main" branch
8+
## [0.5.3] - 2024-08-16
99

1010
### Fixed
1111
- Typo: `node_coorinates_unit_cube` -> `node_coordinates_unit_cube`.
1212
- Bug in `nullspace_linear_elasticity`.
13+
- Bug in `PVector` when working in split format.
1314

1415
### Deprecated
1516

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PartitionedArrays"
22
uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
33
authors = ["Francesc Verdugo <[email protected]> and contributors"]
4-
version = "0.5.2"
4+
version = "0.5.3"
55

66
[deps]
77
CircularArrays = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"

0 commit comments

Comments
 (0)