diff --git a/.semversioner/1.0.0.json b/.semversioner/1.0.0.json new file mode 100644 index 0000000000..23c2781c9b --- /dev/null +++ b/.semversioner/1.0.0.json @@ -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" +} \ No newline at end of file diff --git a/.semversioner/next-release/patch-20241209064913440349.json b/.semversioner/next-release/patch-20241209064913440349.json deleted file mode 100644 index b6a4b8c72b..0000000000 --- a/.semversioner/next-release/patch-20241209064913440349.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "cleanup and refactor factory classes." -} diff --git a/.semversioner/next-release/patch-20241209220948095014.json b/.semversioner/next-release/patch-20241209220948095014.json deleted file mode 100644 index 3a83d09591..0000000000 --- a/.semversioner/next-release/patch-20241209220948095014.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Add Parent id to communities data model" -} diff --git a/.semversioner/next-release/patch-20241209225934573225.json b/.semversioner/next-release/patch-20241209225934573225.json deleted file mode 100644 index 45bde5edbd..0000000000 --- a/.semversioner/next-release/patch-20241209225934573225.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Add migration notebook." -} diff --git a/.semversioner/next-release/patch-20241210225542555031.json b/.semversioner/next-release/patch-20241210225542555031.json deleted file mode 100644 index 929174bd21..0000000000 --- a/.semversioner/next-release/patch-20241210225542555031.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Dependency Updates" -} diff --git a/.semversioner/next-release/patch-20241210232215730615.json b/.semversioner/next-release/patch-20241210232215730615.json deleted file mode 100644 index 81dbe42390..0000000000 --- a/.semversioner/next-release/patch-20241210232215730615.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "patch", - "description": "Create separate community workflow, collapse subflows." -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 450574ce39..e6a20dac2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 9a43322c99..6561cb895b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",