From 19a859ecceb8db9f82e2a5ff0162835ed8f2ec54 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 3 May 2026 23:17:17 +0000 Subject: [PATCH] 0.10.4 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 0cc6737..6699ff9 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.4 (2026-05-03) + +### Bug Fixes + +- Resolve all lint errors (black, ruff, mypy) + ([`fcdd51e`](https://github.com/christianlouis/InboxConverge/commit/fcdd51e6aa571da1c5716e90f8b15dacc23a3d78)) + + ## v0.10.3 (2026-05-03) diff --git a/pyproject.toml b/pyproject.toml index 7686363..75df8c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.10.3" +version = "0.10.4" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"