From 3db6c9fb11bca37b04f12ce2cdba52cf3d2fbb91 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 28 Mar 2026 23:23:27 +0000 Subject: [PATCH] 0.5.0 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 fb192ea..b6d2bbe 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.5.0 (2026-03-28) + +### Features + +- **ci**: Add Codecov integration with frontend Jest coverage and CODECOV_TOKEN + ([`0645bc0`](https://github.com/christianlouis/InboxConverge/commit/0645bc046227332ebe1fdbf05538500587515ebf)) + + ## v0.4.5 (2026-03-28) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4b92b86..1d2ad0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.4.5" +version = "0.5.0" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"