Skip to content

Commit 62f299d

Browse files
committed
Merge branch 'main' into develop
2 parents ceede13 + e553244 commit 62f299d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

‎docs/CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
1212

1313
## [Unreleased]
1414

15+
## [1.2.0] - 2026-05-27
16+
1517
### Changed
1618

1719
- **FastAPI lifespan cleanup** — Controller shutdown now cancels the scheduled-step background loop and waits briefly for it to stop.

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ mypy_path = "src"
129129
disallow_any_expr = false
130130

131131
[tool.bumpversion]
132-
current_version = "1.1.1"
132+
current_version = "1.2.0"
133133
commit = true
134134
tag = true
135135
tag_name = "v{new_version}"

‎src/supervaizer/__version__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# https://mozilla.org/MPL/2.0/.
66

77

8-
VERSION = "1.1.1"
8+
VERSION = "1.2.0"
99
__version__ = VERSION

0 commit comments

Comments
 (0)