Skip to content

Commit 34f5571

Browse files
github-actions[bot]tuomas777
authored andcommitted
chore(main): release kukkuu 3.16.0
1 parent 8bafb61 commit 34f5571

4 files changed

Lines changed: 12 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-
".": "3.15.3"
2+
".": "3.16.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<!-- REMINDER: While updating changelog, also remember to update
33
the version in kukkuu/__init.py__ -->
44

5+
## [3.16.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.15.3...kukkuu-v3.16.0) (2025-11-05)
6+
7+
8+
### Features
9+
10+
* Add resilient_logger for audit log transport ([#522](https://github.com/City-of-Helsinki/kukkuu/issues/522)) ([8bafb61](https://github.com/City-of-Helsinki/kukkuu/commit/8bafb61dc5382e84e6902e9744c903396d088d27))
11+
* Enable json logging for uwsgi ([#521](https://github.com/City-of-Helsinki/kukkuu/issues/521)) ([9612a4b](https://github.com/City-of-Helsinki/kukkuu/commit/9612a4b99e7242ec3b3089f0def0f4fe70832a70))
12+
* Transition to structured (json) logging ([#508](https://github.com/City-of-Helsinki/kukkuu/issues/508)) ([2037da4](https://github.com/City-of-Helsinki/kukkuu/commit/2037da4b4134cc1d286bb8913e34a9517db78234))
13+
514
## [3.15.3](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.15.2...kukkuu-v3.15.3) (2025-10-22)
615

716

kukkuu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.15.3"
1+
__version__ = "3.16.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 = "kukkuu"
3-
version = "3.15.3"
3+
version = "3.16.0"
44
requires-python = ">=3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)