2 parents ceede13 + e553244 commit 62f299dCopy full SHA for 62f299d
3 files changed
docs/CHANGELOG.md
@@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
12
13
## [Unreleased]
14
15
+## [1.2.0] - 2026-05-27
16
+
17
### Changed
18
19
- **FastAPI lifespan cleanup** — Controller shutdown now cancels the scheduled-step background loop and waits briefly for it to stop.
pyproject.toml
@@ -129,7 +129,7 @@ mypy_path = "src"
129
disallow_any_expr = false
130
131
[tool.bumpversion]
132
-current_version = "1.1.1"
+current_version = "1.2.0"
133
commit = true
134
tag = true
135
tag_name = "v{new_version}"
src/supervaizer/__version__.py
@@ -5,5 +5,5 @@
5
# https://mozilla.org/MPL/2.0/.
6
7
8
-VERSION = "1.1.1"
+VERSION = "1.2.0"
9
__version__ = VERSION
0 commit comments