Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-17 11:08:05 +00:00
parent 8295b7aaf2
commit 6c42c3759c
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.10.6 (2026-05-17)
### Bug Fixes
- Linearize alembic migrations
([`8295b7a`](https://github.com/christianlouis/InboxConverge/commit/8295b7aaf247bb8c6f5adee093368ac45df72d75))
## v0.10.5 (2026-05-06)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "inboxconverge"
version = "0.10.5"
version = "0.10.6"
description = "Multi-account email forwarding and processing service"
readme = "README.md"
requires-python = ">=3.12"