Skip to content

Commit

Permalink
Release v1.0.1 (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara authored Dec 18, 2024
1 parent cfe2082 commit aa467f4
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 17 deletions.
22 changes: 22 additions & 0 deletions .semversioner/1.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"changes": [
{
"description": "Fix encoding model config parsing",
"type": "patch"
},
{
"description": "Fix exception on error callbacks",
"type": "patch"
},
{
"description": "Manage llm instances inside a cached singleton. Check for empty dfs after entity/relationship extraction",
"type": "patch"
},
{
"description": "Respect encoding_model option",
"type": "patch"
}
],
"created_at": "2024-12-18T23:12:52+00:00",
"version": "1.0.1"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241212081432148181.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241216204053395000.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241216223430364521.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241218221915558063.json

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 1.0.1

- patch: Fix encoding model config parsing
- patch: Fix exception on error callbacks
- patch: Manage llm instances inside a cached singleton. Check for empty dfs after entity/relationship extraction
- patch: Respect encoding_model option

## 1.0.0

- patch: Add Parent id to communities data model
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "graphrag"
# Maintainers: do not change the version here manually, use ./scripts/release.sh
version = "1.0.0"
version = "1.0.1"
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
authors = [
"Alonso Guevara Fernández <alonsog@microsoft.com>",
Expand Down

0 comments on commit aa467f4

Please sign in to comment.