From 017e3860d51a4155833f3019786d68f7560cd012 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Tue, 7 Jan 2025 14:53:37 +0100 Subject: [PATCH] Release 0.5.7 --- CHANGELOG.md | 6 ++++++ Project.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53775851..3de47eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.7] - 2025-01-07 + +### Fixed + +- Warning associated with `Vararg`. + ## [0.5.6] - 2024-10-28 ### Added diff --git a/Project.toml b/Project.toml index b4600ce7..32be3e10 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PartitionedArrays" uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9" authors = ["Francesc Verdugo and contributors"] -version = "0.5.6" +version = "0.5.7" [deps] BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"