From 6c42c3759c5b39494415e4bc8e0f846d33c72c1b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 17 May 2026 11:08:05 +0000 Subject: [PATCH] 0.10.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eafd9f3..4054858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 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 diff --git a/pyproject.toml b/pyproject.toml index 3036a42..381bf4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"