Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-04-07 11:09:52 +00:00
parent 592495c1af
commit d4bd95efeb
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- version list --> <!-- version list -->
## v0.6.5 (2026-04-07)
### Bug Fixes
- Remove duplicate MailProcessor import in test_mail_processor_imap.py
([`74ef362`](https://github.com/christianlouis/InboxConverge/commit/74ef362833824c844bb34daa4a8ceb8f0aa3bc36))
- Restore missing forward_email signature and reformat with black
([`3dd71cd`](https://github.com/christianlouis/InboxConverge/commit/3dd71cd61d069776df2c3908392057e49f2f29f7))
- Retry failed forwarded emails; only post-process successfully forwarded messages
([`ff7b50d`](https://github.com/christianlouis/InboxConverge/commit/ff7b50d944960d4da419ede988c2b1f24316b88d))
## v0.6.4 (2026-04-07) ## v0.6.4 (2026-04-07)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "inboxconverge" name = "inboxconverge"
version = "0.6.4" version = "0.6.5"
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"