Skip to content

Commit e836403

Browse files
authored
chore(main): release 3.24.0 (#264)
1 parent 75af826 commit e836403

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.23.1"
2+
".": "3.24.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.24.0](https://github.com/openshift-hyperfleet/kartograph/compare/v3.23.1...v3.24.0) (2026-03-04)
4+
5+
6+
### Features
7+
8+
* **api:** add Management architecture boundary tests (AIHCM-187) ([#263](https://github.com/openshift-hyperfleet/kartograph/issues/263)) ([75af826](https://github.com/openshift-hyperfleet/kartograph/commit/75af826bbe13487ab2fc5d338d18c796a136270f))
9+
310
## [3.23.1](https://github.com/openshift-hyperfleet/kartograph/compare/v3.23.0...v3.23.1) (2026-03-02)
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.23.1"
3+
version = "3.24.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.23.1",
4+
"version": "3.24.0",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

0 commit comments

Comments
 (0)