Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-03 21:01:03 +00:00
parent 38dfed3360
commit 2b0f05f971
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- version list --> <!-- version list -->
## v0.9.2 (2026-05-03)
### Bug Fixes
- Address code review comments (type hints, loop var name, em dashes)
([`28a7592`](https://github.com/christianlouis/InboxConverge/commit/28a75927317a30aace2c8fda1db3c6afe4792440))
- IPv4 preference + DNS cache fallback for stable POP3/IMAP connections
([`45a2dd8`](https://github.com/christianlouis/InboxConverge/commit/45a2dd8be294dbf0b9c69a19c285ca56ec736fde))
## v0.9.1 (2026-05-03) ## v0.9.1 (2026-05-03)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "inboxconverge" name = "inboxconverge"
version = "0.9.1" version = "0.9.2"
description = "Multi-account email forwarding and processing service" description = "Multi-account email forwarding and processing service"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"