Skip to content

Commit 56a865b

Browse files
Release v2.2.1 (#1910)
1 parent 8fb95a6 commit 56a865b

File tree

6 files changed

+25
-13
lines changed

6 files changed

+25
-13
lines changed

.semversioner/2.2.1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Fix Community Report prompt tuning response",
5+
"type": "patch"
6+
},
7+
{
8+
"description": "Fix graph creation missing edge weights.",
9+
"type": "patch"
10+
},
11+
{
12+
"description": "Update as workflows",
13+
"type": "patch"
14+
}
15+
],
16+
"created_at": "2025-04-30T23:50:31+00:00",
17+
"version": "2.2.1"
18+
}

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
Note: version releases in the 0.x.y range may introduce breaking changes.
33

4+
## 2.2.1
5+
6+
- patch: Fix Community Report prompt tuning response
7+
- patch: Fix graph creation missing edge weights.
8+
- patch: Update as workflows
9+
410
## 2.2.0
511

612
- minor: Support OpenAI reasoning models.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2.0"
4+
version = "2.2.1"
55
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
66
authors = [
77
"Alonso Guevara Fernández <alonsog@microsoft.com>",

0 commit comments

Comments
 (0)