We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9130e5a + eecd6b3 commit cce9fcdCopy full SHA for cce9fcd
2 files changed
CHANGELOG.md
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [master branch]
+## [0.5.13] - 2025-07-08
9
10
### Fixed
11
12
- Improved printing of `BVector`.
13
+- Support for aarch64 CPUs.
14
15
## [0.5.12] - 2025-06-09
16
Project.toml
@@ -1,7 +1,7 @@
1
name = "PartitionedArrays"
2
uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
3
authors = ["Francesc Verdugo <f.verdugo.rojano@vu.nl> and contributors"]
4
-version = "0.5.12"
+version = "0.5.13"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
0 commit comments