Skip to content

Commit 8cfa20b

Browse files
committed
Merge branch 'main' into develop
2 parents ebdf455 + 3c8da15 commit 8cfa20b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ All notable changes to this project will be documented in this file.
1919

2020
## [Unreleased]
2121

22+
## [0.14.1] - 2026-04-15
23+
24+
## [0.14.0] - 2026-04-14
25+
2226
### Added
2327

2428
- **`DataResource` class** — Declares agent-owned CRUD endpoints exposed to Studio with `name`, `entity_type`, `description`, `operations` (list of CRUD operations), `importable` (bulk import support), and `deletable` flags.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ mypy_path = "src"
126126
disallow_any_expr = false
127127

128128
[tool.bumpversion]
129-
current_version = "0.13.3"
129+
current_version = "0.14.1"
130130
commit = true
131131
tag = true
132132
tag_name = "v{new_version}"

src/supervaizer/__version__.py

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

77

8-
VERSION = "0.13.3"
8+
VERSION = "0.14.1"
99
API_VERSION = "v1"
1010
TELEMETRY_VERSION = "v1"

0 commit comments

Comments
 (0)