Skip to content

Commit 5cad4f3

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release notification-service-api 0.9.0
1 parent 51e9b72 commit 5cad4f3

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "0.9.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<!-- REMINDER: While updating changelog, also remember to update
22
the version in notification_service/__init.py__ -->
33

4+
## [0.9.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.8.0...notification-service-api-v0.9.0) (2025-12-01)
5+
6+
7+
### Features
8+
9+
* Allow Sentry uWSGI-plugin to be optional ([51e9b72](https://github.com/City-of-Helsinki/notification-service-api/commit/51e9b729eec209ce5c53774aa388f9467da9685e))
10+
411
## [0.8.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.7.0...notification-service-api-v0.8.0) (2025-11-26)
512

613

notification_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.9.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "notification-service"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)