Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-03-28 19:53:34 +00:00
parent f080375f94
commit 2792c0f6fe
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.3.2 (2026-03-28)
### Bug Fixes
- Resolve 21 mypy type errors across backend modules
([`0698eca`](https://github.com/christianlouis/InboxConverge/commit/0698eca62835d498135137176f4df7d0572cd033))
## v0.3.1 (2026-03-28)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "inboxconverge"
version = "0.3.1"
version = "0.3.2"
description = "Multi-account email forwarding and processing service"
readme = "README.md"
requires-python = ">=3.12"