From 7ec88b871ab107460e74eb3fce5dcef559440aa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:57:12 +0000 Subject: [PATCH 1/2] chore: release v2.2.1 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0e93bc5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +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). + +## [Unreleased] + +## [2.2.1](https://github.com/RReverser/serde-ndim/compare/v2.2.0...v2.2.1) - 2026-05-01 + +### Other + +- Pass GITHUB_TOKEN to release-plz +- Use canonical release-plz/action name and enable verbose logging +- Automate releases via release-plz with OIDC trusted publishing ([#5](https://github.com/RReverser/serde-ndim/pull/5)) +- Add support for bool arrays ([#4](https://github.com/RReverser/serde-ndim/pull/4)) +- Fix docs.rs build ([#3](https://github.com/RReverser/serde-ndim/pull/3)) diff --git a/Cargo.toml b/Cargo.toml index ade84eb..cae6806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde-ndim" -version = "2.2.0" +version = "2.2.1" edition = "2021" description = "Serde support for n-dimensional arrays from self-describing formats" authors = ["Ingvar Stepanyan "] From 3f40a6da7f638fcaf493519cbe7049eba31c7d33 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Fri, 1 May 2026 14:59:17 -0100 Subject: [PATCH 2/2] Update CHANGELOG for version 2.2.1 Removed deprecated entries related to GITHUB_TOKEN and action name. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e93bc5..11d5872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other -- Pass GITHUB_TOKEN to release-plz -- Use canonical release-plz/action name and enable verbose logging - Automate releases via release-plz with OIDC trusted publishing ([#5](https://github.com/RReverser/serde-ndim/pull/5)) - Add support for bool arrays ([#4](https://github.com/RReverser/serde-ndim/pull/4)) - Fix docs.rs build ([#3](https://github.com/RReverser/serde-ndim/pull/3))