diff --git a/.semversioner/1.1.1.json b/.semversioner/1.1.1.json new file mode 100644 index 0000000000..df77fa7819 --- /dev/null +++ b/.semversioner/1.1.1.json @@ -0,0 +1,14 @@ +{ + "changes": [ + { + "description": "Fix a bug on creating community hierarchy for dynamic search", + "type": "patch" + }, + { + "description": "Increase LOCAL_SEARCH_COMMUNITY_PROP to 15%", + "type": "patch" + } + ], + "created_at": "2025-01-08T21:53:16+00:00", + "version": "1.1.1" +} \ No newline at end of file diff --git a/.semversioner/next-release/patch-20250107205718575866.json b/.semversioner/next-release/patch-20250107205718575866.json deleted file mode 100644 index 089180d5c1..0000000000 --- a/.semversioner/next-release/patch-20250107205718575866.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Increase LOCAL_SEARCH_COMMUNITY_PROP to 15%" -} diff --git a/.semversioner/next-release/patch-20250107232217157858.json b/.semversioner/next-release/patch-20250107232217157858.json deleted file mode 100644 index fd4ff5be1e..0000000000 --- a/.semversioner/next-release/patch-20250107232217157858.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Fix a bug on creating community hierarchy for dynamic search" -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 472e849763..3620bf71db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog Note: version releases in the 0.x.y range may introduce breaking changes. +## 1.1.1 + +- patch: Fix a bug on creating community hierarchy for dynamic search +- patch: Increase LOCAL_SEARCH_COMMUNITY_PROP to 15% + ## 1.1.0 - minor: Make gleanings independent of encoding diff --git a/pyproject.toml b/pyproject.toml index 5395c6b5b7..941c38f2d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "graphrag" # Maintainers: do not change the version here manually, use ./scripts/release.sh -version = "1.1.0" +version = "1.1.1" description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system." authors = [ "Alonso Guevara Fernández ",