Release/v1.1.2 (#1607)

* Release v1.1.2

* Change from minor to patch
This commit is contained in:
Alonso Guevara 2025-01-09 16:50:04 -06:00 committed by GitHub
parent 37fd7a7762
commit e69abc7f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 5 deletions

10
.semversioner/1.1.2.json Normal file
View File

@ -0,0 +1,10 @@
{
"changes": [
{
"description": "Basic Rag minor fix",
"type": "patch"
}
],
"created_at": "2025-01-09T22:29:23+00:00",
"version": "1.2.0"
}

View File

@ -1,4 +0,0 @@
{
"type": "minor",
"description": "small bug fix"
}

View File

@ -1,6 +1,10 @@
# Changelog # Changelog
Note: version releases in the 0.x.y range may introduce breaking changes. Note: version releases in the 0.x.y range may introduce breaking changes.
## 1.1.2
- patch: Basic Rag minor fix
## 1.1.1 ## 1.1.1
- patch: Fix a bug on creating community hierarchy for dynamic search - patch: Fix a bug on creating community hierarchy for dynamic search

View File

@ -1,7 +1,7 @@
[tool.poetry] [tool.poetry]
name = "graphrag" name = "graphrag"
# Maintainers: do not change the version here manually, use ./scripts/release.sh # Maintainers: do not change the version here manually, use ./scripts/release.sh
version = "1.1.1" version = "1.1.2"
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system." description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
authors = [ authors = [
"Alonso Guevara Fernández <alonsog@microsoft.com>", "Alonso Guevara Fernández <alonsog@microsoft.com>",