From 9017505b0fc2bb4e882b4043cf3ad264701130ac Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 28 Mar 2026 20:48:29 +0000 Subject: [PATCH] 0.4.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da276b0..e7bcbc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.4.2 (2026-03-28) + +### Bug Fixes + +- CI pipeline Node.js 20 deprecation, Codecov input, img lint errors + ([`40c23c4`](https://github.com/christianlouis/InboxConverge/commit/40c23c43fe2e0c08eae8e714ce7782d0b1b12c29)) + +- Suppress bandit B104 false positive for 0.0.0.0 binding in config.py + ([`c092dd9`](https://github.com/christianlouis/InboxConverge/commit/c092dd9ac62f17574345167f5a4a96ba7c15d65b)) + +### Code Style + +- Apply black formatting to test_mail_processor_imap.py + ([`3c8bb4b`](https://github.com/christianlouis/InboxConverge/commit/3c8bb4bfb6df209a1e90f628ab44b8af9f3601fd)) + + ## v0.4.1 (2026-03-28) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 9d8f928..254c9c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.4.1" +version = "0.4.2" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"