Skip to content

Commit 2682c71

Browse files
Release v1.1.1 (#1595)
1 parent 368acc1 commit 2682c71

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.semversioner/1.1.1.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": "Fix a bug on creating community hierarchy for dynamic search",
5+
"type": "patch"
6+
},
7+
{
8+
"description": "Increase LOCAL_SEARCH_COMMUNITY_PROP to 15%",
9+
"type": "patch"
10+
}
11+
],
12+
"created_at": "2025-01-08T21:53:16+00:00",
13+
"version": "1.1.1"
14+
}

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

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

.semversioner/next-release/patch-20250107232217157858.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+
## 1.1.1
5+
6+
- patch: Fix a bug on creating community hierarchy for dynamic search
7+
- patch: Increase LOCAL_SEARCH_COMMUNITY_PROP to 15%
8+
49
## 1.1.0
510

611
- minor: Make gleanings independent of encoding

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 = "1.1.0"
4+
version = "1.1.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)