Skip to content

Commit 2d1c27d

Browse files
Release v1.0.0 (#1501)
1 parent 1d68af3 commit 2d1c27d

File tree

8 files changed

+35
-21
lines changed

8 files changed

+35
-21
lines changed

.semversioner/1.0.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Add Parent id to communities data model",
5+
"type": "patch"
6+
},
7+
{
8+
"description": "Add migration notebook.",
9+
"type": "patch"
10+
},
11+
{
12+
"description": "Create separate community workflow, collapse subflows.",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Dependency Updates",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "cleanup and refactor factory classes.",
21+
"type": "patch"
22+
}
23+
],
24+
"created_at": "2024-12-11T21:41:49+00:00",
25+
"version": "1.0.0"
26+
}

.semversioner/next-release/patch-20241209064913440349.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241209220948095014.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241209225934573225.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241210225542555031.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20241210232215730615.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
Note: version releases in the 0.x.y range may introduce breaking changes.
33

4+
## 1.0.0
5+
6+
- patch: Add Parent id to communities data model
7+
- patch: Add migration notebook.
8+
- patch: Create separate community workflow, collapse subflows.
9+
- patch: Dependency Updates
10+
- patch: cleanup and refactor factory classes.
11+
412
## 0.9.0
513

614
- minor: Refactor graph creation.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "graphrag"
33
# Maintainers: do not change the version here manually, use ./scripts/release.sh
4-
version = "0.9.0"
4+
version = "1.0.0"
55
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
66
authors = [
77
"Alonso Guevara Fernández <alonsog@microsoft.com>",

0 commit comments

Comments
 (0)