From f19439b6cd51bea62e679de8a79da28273c43cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Wed, 11 Feb 2026 16:21:26 +0100 Subject: [PATCH 1/2] changelog: update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 666b8cb..e3936a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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](https://github.com/quartiq/idsp/compare/v0.20.0..HEAD) - DATE +## [v0.21.0](https://github.com/quartiq/idsp/compare/v0.20.0..v0.21.0) - 2026-02-11 ### Changed From 58cd24d4e09b38b6a3b5cff45faa57f6cb6b1a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Wed, 11 Feb 2026 16:22:56 +0100 Subject: [PATCH 2/2] chore: Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e716b93..88211f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ missing_docs = "warn" [package] name = "idsp" -version = "0.20.0" +version = "0.21.0" edition.workspace = true authors.workspace = true license.workspace = true