chore: release v0.9.0
Release / test-backend (push) Successful in 2m16s
Release / release (push) Successful in 1m3s

This commit is contained in:
2026-05-28 15:33:00 +03:00
parent 9aada75381
commit e2c17dd343
6 changed files with 30 additions and 34 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "notify-bridge-core"
version = "0.8.2"
version = "0.9.0"
description = "Core library for Notify Bridge — service provider abstractions, models, notifications, and templates"
requires-python = ">=3.12"
dependencies = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "notify-bridge-server"
version = "0.8.2"
version = "0.9.0"
description = "Standalone Notify Bridge server — FastAPI REST API with SQLite database"
requires-python = ">=3.12"
dependencies = [
@@ -3,4 +3,4 @@
# Source of truth for the running app's reported version. Synced with
# pyproject.toml's [project].version on every release; see version.py for
# the resolution rules and CLAUDE.md for the bump checklist.
__version__ = "0.8.1"
__version__ = "0.9.0"