Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara committed Nov 16, 2024
1 parent 9b4f24e commit e96b844
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 26 deletions.
30 changes: 30 additions & 0 deletions .semversioner/0.5.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"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"
}
],
"created_at": "2024-11-16T00:14:07+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-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: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# 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

## 0.4.1

- patch: Add update cli entrypoint for incremental indexing
- patch: Allow some CI/CD jobs to skip PRs dedicated to doc updates only.
- patch: Allow some cicd jobs to skip PRs dedicated to doc updates only.
- patch: Fix a file paths issue in the viz guide.
- patch: Fix optional covariates update in incremental indexing
- patch: Raise error on empty deltas for inc 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

0 comments on commit e96b844

Please sign in to comment.