From c97af56cf56c80daa51fd9629e36d4812433df98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 18:56:19 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c4b62..2e5ec4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/aslamcodes/appstreamfile/compare/v0.3.0...v0.3.1) (2025-12-24) + + +### Bug Fixes + +* Add signal notify context to backend and validators ([#46](https://github.com/aslamcodes/appstreamfile/issues/46)) ([718d917](https://github.com/aslamcodes/appstreamfile/commit/718d917254c07b2dd9b283328e8bff4aecb13973)) + ## [0.3.0](https://github.com/aslamcodes/appstreamfile/compare/v0.2.0...v0.3.0) (2025-12-18)