Skip to content

Commit

Permalink
Release v0.5.0 (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara authored Nov 18, 2024
1 parent 22a57d1 commit 6d21ef2
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 33 deletions.
38 changes: 38 additions & 0 deletions .semversioner/0.5.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"changes": [
{
"description": "Data model changes.",
"type": "minor"
},
{
"description": "Add Parquet as part of the default emitters when not pressent",
"type": "patch"
},
{
"description": "Centralized prompts and export all for easier injection.",
"type": "patch"
},
{
"description": "Cleanup of artifact outputs/schemas.",
"type": "patch"
},
{
"description": "Config and docs updates.",
"type": "patch"
},
{
"description": "Implement dynamic community selection to global search",
"type": "patch"
},
{
"description": "fix autocompletion of existing files/directory paths.",
"type": "patch"
},
{
"description": "move import statements out of init files",
"type": "patch"
}
],
"created_at": "2024-11-16T00:43:06+00:00",
"version": "0.5.0"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/minor-20241113010525824646.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## 0.5.0

- minor: Data model changes.
- patch: Add Parquet as part of the default emitters when not pressent
- patch: Centralized prompts and export all for easier injection.
- patch: Cleanup of artifact outputs/schemas.
- patch: Config and docs updates.
- patch: Implement dynamic community selection to global search
- patch: fix autocompletion of existing files/directory paths.
- patch: move import statements out of init files

## 0.4.1

- patch: Add update cli entrypoint for incremental indexing
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 = "0.4.1"
version = "0.5.0"
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
authors = [
"Alonso Guevara Fernández <[email protected]>",
Expand Down

1 comment on commit 6d21ef2

@ChengIC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.