Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-03-28 20:09:24 +00:00
parent 0be9493a63
commit a0d863d5ae
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- version list -->
## 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
+1 -1
View File
@@ -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"