Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-03-28 21:46:50 +00:00
parent 99bfff541f
commit 1377ca266c
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- version list --> <!-- version list -->
## v0.4.3 (2026-03-28)
### Bug Fixes
- Apply parseUTC to dashboard, unify date helpers in date-utils.ts
([`db3ce61`](https://github.com/christianlouis/InboxConverge/commit/db3ce6146797e9e3a54c434b54215d131dd5ce65))
- Drop empty emails, clear stale errors on success, harden IMAP extraction
([`0720901`](https://github.com/christianlouis/InboxConverge/commit/0720901265c53d05609787166dfecbcc6b0d2b1b))
## [Unreleased] ## [Unreleased]
### Security ### Security
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "inboxconverge" name = "inboxconverge"
version = "0.4.2" version = "0.4.3"
description = "Multi-account email forwarding and processing service" description = "Multi-account email forwarding and processing service"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"