Skip to content

Commit 786fb45

Browse files
authored
chore(main): release 3.25.0 (#268)
1 parent 8198b47 commit 786fb45

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.25.0](https://github.com/openshift-hyperfleet/kartograph/compare/v3.24.0...v3.25.0) (2026-03-05)
4+
5+
6+
### Features
7+
8+
* **shared-kernel:** add Management context types, protocol, and SpiceDB schema (AIHCM-179) ([#267](https://github.com/openshift-hyperfleet/kartograph/issues/267)) ([8198b47](https://github.com/openshift-hyperfleet/kartograph/commit/8198b47566e646555f791a0a0fa57b2937d6a262))
9+
310
## [3.24.0](https://github.com/openshift-hyperfleet/kartograph/compare/v3.23.1...v3.24.0) (2026-03-04)
411

512

src/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kartograph-api"
3-
version = "3.24.0"
3+
version = "3.25.0"
44
description = "Enterprise-Ready Bi-Temporal Knowledge Graphs as a Service"
55
readme = "README.md"
66
requires-python = ">=3.12"

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kartograph/docs",
33
"type": "module",
4-
"version": "3.24.0",
4+
"version": "3.25.0",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

0 commit comments

Comments
 (0)