From 9e0d143f8d0356d47b8790ad362b28e1ad3fc16e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 28 Mar 2026 20:22:22 +0000 Subject: [PATCH] 0.4.1 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 21aa1b6..cd0aa6d 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.4.1 (2026-03-28) + +### Bug Fixes + +- Use UID-based IMAP commands and batch STORE operations to fix T-Online BYE errors + ([`454452a`](https://github.com/christianlouis/InboxConverge/commit/454452a0b61cdc6176443be9a030effc4e1c9ba3)) + + ## [Unreleased] ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 28237ed..9d8f928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.4.0" +version = "0.4.1" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"