Skip to content

Commit 4c96c39

Browse files
authored
chore(main): release 3.38.0 (#777)
1 parent 806322f commit 4c96c39

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.37.1"
2+
".": "3.38.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.38.0](https://github.com/openshift-hyperfleet/kartograph/compare/v3.37.1...v3.38.0) (2026-06-23)
4+
5+
6+
### Features
7+
8+
* knowledge graph creation, GMA, extraction jobs, and maintenance pipeline ([#737](https://github.com/openshift-hyperfleet/kartograph/issues/737)) ([806322f](https://github.com/openshift-hyperfleet/kartograph/commit/806322f99c55b737f576c6170fef5cf1997cb7d4))
9+
310
## [3.37.1](https://github.com/openshift-hyperfleet/kartograph/compare/v3.37.0...v3.37.1) (2026-05-19)
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.37.1"
3+
version = "3.38.0"
44
description = "Enterprise-Ready Bi-Temporal Knowledge Graphs as a Service"
55
readme = "README.md"
66
requires-python = ">=3.12"

src/dev-ui/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.37.1 # x-release-please-version
1+
3.38.0 # x-release-please-version

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.37.1",
4+
"version": "3.38.0",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

0 commit comments

Comments
 (0)