From 12267ce68b7b019aa2c5e2cb41636c8a46c4e363 Mon Sep 17 00:00:00 2001 From: "mach-composer-project-manager[bot]" Date: Tue, 7 Oct 2025 07:19:38 +0000 Subject: [PATCH] Release v0.1.1 --- .changes/unreleased/Security-20240315-133310.yaml | 3 --- .changes/v0.1.1.md | 3 +++ CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .changes/unreleased/Security-20240315-133310.yaml create mode 100644 .changes/v0.1.1.md diff --git a/.changes/unreleased/Security-20240315-133310.yaml b/.changes/unreleased/Security-20240315-133310.yaml deleted file mode 100644 index fb3894d..0000000 --- a/.changes/unreleased/Security-20240315-133310.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Security -body: Updated dependencies and workflows -time: 2024-03-15T13:33:10.971493545+01:00 diff --git a/.changes/v0.1.1.md b/.changes/v0.1.1.md new file mode 100644 index 0000000..29c1163 --- /dev/null +++ b/.changes/v0.1.1.md @@ -0,0 +1,3 @@ +## v0.1.1 - 2025-10-07 +### Security +* Updated dependencies and workflows diff --git a/CHANGELOG.md b/CHANGELOG.md index 066666d..41c2315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,5 +6,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.1.1 - 2025-10-07 +### Security +* Updated dependencies and workflows + # 0.1.0 (2023-01-17) Initial creation of the changelog.