From a0d863d5aee2892a4e789e403ff78fdb027a9518 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 28 Mar 2026 20:09:24 +0000 Subject: [PATCH] 0.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6217094..f82fb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.4.0 (2026-03-28) + +### Features + +- **dashboard**: Replace per-run table with per-account Mailbox Status view + ([`6afd7c8`](https://github.com/christianlouis/InboxConverge/commit/6afd7c871e7c694a93f119aa66f1b798c9b5b2bd)) + + ## [Unreleased] ### Changed diff --git a/pyproject.toml b/pyproject.toml index f5076dd..28237ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.3.2" +version = "0.4.0" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"