Skip to content

Commit 0d363e6

Browse files
Release v2.1.0 (#1800)
1 parent 53950f8 commit 0d363e6

8 files changed

+30
-21
lines changed

.semversioner/2.1.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Add support for JSON input files.",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "Updated the prompt tunning client to support csv-metadata injection and updated output file types to match the new naming convention.",
9+
"type": "minor"
10+
},
11+
{
12+
"description": "Add check for custom model types while config loading",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Adds general-purpose pipeline run state object.",
17+
"type": "patch"
18+
}
19+
],
20+
"created_at": "2025-03-11T23:53:00+00:00",
21+
"version": "2.1.0"
22+
}

.semversioner/next-release/minor-20250228231247557265.json

-4
This file was deleted.

.semversioner/next-release/minor-20250306172213505351.json

-4
This file was deleted.

.semversioner/next-release/patch-20250226045334122265.json

-4
This file was deleted.

.semversioner/next-release/patch-20250228005421960221.json

-4
This file was deleted.

.semversioner/next-release/patch-20250311214706173933.json

-4
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
Note: version releases in the 0.x.y range may introduce breaking changes.
33

4+
## 2.1.0
5+
6+
- minor: Add support for JSON input files.
7+
- minor: Updated the prompt tunning client to support csv-metadata injection and updated output file types to match the new naming convention.
8+
- patch: Add check for custom model types while config loading
9+
- patch: Adds general-purpose pipeline run state object.
10+
411
## 2.0.0
512

613
- major: Add children to communities to avoid re-compute.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "graphrag"
33
# Maintainers: do not change the version here manually, use ./scripts/release.sh
4-
version = "2.0.0"
4+
version = "2.1.0"
55
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
66
authors = [
77
"Alonso Guevara Fernández <[email protected]>",

0 commit comments

Comments
 (0)