Skip to content

Commit e69abc7

Browse files
Release/v1.1.2 (#1607)
* Release v1.1.2 * Change from minor to patch
1 parent 37fd7a7 commit e69abc7

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.semversioner/1.1.2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Basic Rag minor fix",
5+
"type": "patch"
6+
}
7+
],
8+
"created_at": "2025-01-09T22:29:23+00:00",
9+
"version": "1.2.0"
10+
}

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

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

CHANGELOG.md

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

4+
## 1.1.2
5+
6+
- patch: Basic Rag minor fix
7+
48
## 1.1.1
59

610
- patch: Fix a bug on creating community hierarchy for dynamic search

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.1"
4+
version = "1.1.2"
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)