Skip to content

Commit 90065ff

Browse files
authored
Merge pull request #184 from fverdugo/release-0.5.7
Release 0.5.7
2 parents 55ca680 + 017e386 commit 90065ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
## [0.5.7] - 2025-01-07
9+
10+
### Fixed
11+
12+
- Warning associated with `Vararg`.
13+
814
## [0.5.6] - 2024-10-28
915

1016
### Added

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.6"
4+
version = "0.5.7"
55

66
[deps]
77
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"

0 commit comments

Comments
 (0)