Skip to content

Commit

Permalink
Release v1.0.0 (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara authored Dec 11, 2024
1 parent 1d68af3 commit 2d1c27d
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 21 deletions.
26 changes: 26 additions & 0 deletions .semversioner/1.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"changes": [
{
"description": "Add Parent id to communities data model",
"type": "patch"
},
{
"description": "Add migration notebook.",
"type": "patch"
},
{
"description": "Create separate community workflow, collapse subflows.",
"type": "patch"
},
{
"description": "Dependency Updates",
"type": "patch"
},
{
"description": "cleanup and refactor factory classes.",
"type": "patch"
}
],
"created_at": "2024-12-11T21:41:49+00:00",
"version": "1.0.0"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241209064913440349.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## 1.0.0

- patch: Add Parent id to communities data model
- patch: Add migration notebook.
- patch: Create separate community workflow, collapse subflows.
- patch: Dependency Updates
- patch: cleanup and refactor factory classes.

## 0.9.0

- minor: Refactor graph creation.
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.9.0"
version = "1.0.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 2d1c27d

Please sign in to comment.