Skip to content

Commit 469ee85

Browse files
Release v2.5.0 (#2028)
1 parent 7c28c70 commit 469ee85

File tree

6 files changed

+1688
-1679
lines changed

6 files changed

+1688
-1679
lines changed

.semversioner/2.5.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Add additional context variable to build index signature for custom parameter bag",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "swap package management from Poetry -> UV",
9+
"type": "minor"
10+
}
11+
],
12+
"created_at": "2025-08-14T00:59:46+00:00",
13+
"version": "2.5.0"
14+
}

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

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

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

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

CHANGELOG.md

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

4+
## 2.5.0
5+
6+
- minor: Add additional context variable to build index signature for custom parameter bag
7+
- minor: swap package management from Poetry -> UV
8+
49
## 2.4.0
510

611
- minor: Allow injection of custom pipelines.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "graphrag"
33
# Maintainers: do not change the version here manually, use ./scripts/release.sh
4-
version = "2.4.0"
4+
version = "2.5.0"
55
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
66
authors = [
77
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},

0 commit comments

Comments
 (0)