From 53f63a99612cfcd13dabe0e86977265abb2aee01 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Tue, 3 Feb 2026 19:50:54 +0000 Subject: [PATCH] Release v1.0.1: Update changelog Built changelog from towncrier fragments. [skip ci] --- docs/CHANGELOG.md | 7 +++++++ docs/changelog.d/+towncrier.infra.md | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 docs/changelog.d/+towncrier.infra.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bbbe82b..f34fa7d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.0.1] - 2026-02-03 + +### Infrastructure + +- Add towncrier for automated changelog generation from news fragments + + ## [0.1.0] - 2026-02-03 This is a historical release which doesn't actually exist and which aggregates diff --git a/docs/changelog.d/+towncrier.infra.md b/docs/changelog.d/+towncrier.infra.md deleted file mode 100644 index bbbc48a..0000000 --- a/docs/changelog.d/+towncrier.infra.md +++ /dev/null @@ -1 +0,0 @@ -Add towncrier for automated changelog generation from news fragments