Skip to content

Commit

Permalink
Release v0.9.0 (#1479)
Browse files Browse the repository at this point in the history
* Release v0.9.0

* Spellcheck
  • Loading branch information
AlonsoGuevara authored Dec 6, 2024
1 parent 1c3b0f3 commit 1a13e0f
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .semversioner/0.4.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "patch"
},
{
"description": "Allow some cicd jobs to skip PRs dedicated to doc updates only.",
"description": "Allow some CI/CD jobs to skip PRs dedicated to doc updates only.",
"type": "patch"
},
{
Expand Down
46 changes: 46 additions & 0 deletions .semversioner/0.9.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"changes": [
{
"description": "Refactor graph creation.",
"type": "minor"
},
{
"description": "Dependency updates",
"type": "patch"
},
{
"description": "Fix Global Search with dynamic Community selection bug",
"type": "patch"
},
{
"description": "Fix question gen.",
"type": "patch"
},
{
"description": "Optimize Final Community Reports calculation and stabilize cache",
"type": "patch"
},
{
"description": "miscellaneous code cleanup and minor changes for better alignment of style across the codebase.",
"type": "patch"
},
{
"description": "replace llm package with fnllm",
"type": "patch"
},
{
"description": "replaced md5 hash with sha256",
"type": "patch"
},
{
"description": "replaced md5 hash with sha512",
"type": "patch"
},
{
"description": "update API and add a demonstration notebook",
"type": "patch"
}
],
"created_at": "2024-12-06T20:12:30+00:00",
"version": "0.9.0"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/minor-20241203220552914273.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## 0.9.0

- minor: Refactor graph creation.
- patch: Dependency updates
- patch: Fix Global Search with dynamic Community selection bug
- patch: Fix question gen.
- patch: Optimize Final Community Reports calculation and stabilize cache
- patch: miscellaneous code cleanup and minor changes for better alignment of style across the codebase.
- patch: replace llm package with fnllm
- patch: replaced md5 hash with sha256
- patch: replaced md5 hash with sha512
- patch: update API and add a demonstration notebook

## 0.5.0

- minor: Data model changes.
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.5.0"
version = "0.9.0"
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
authors = [
"Alonso Guevara Fernández <alonsog@microsoft.com>",
Expand Down

0 comments on commit 1a13e0f

Please sign in to comment.