Skip to content

Commit

Permalink
Release v0.3.6 (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara authored Sep 20, 2024
1 parent b61c4ec commit 16b4ea5
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 45 deletions.
14 changes: 14 additions & 0 deletions .semversioner/0.3.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"changes": [
{
"description": "Collapse create_final_relationships.",
"type": "patch"
},
{
"description": "Dependency update and cleanup",
"type": "patch"
}
],
"created_at": "2024-09-20T00:09:13+00:00",
"version": "0.3.6"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20240919185225554951.json

This file was deleted.

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

## 0.3.6

- patch: Collapse create_final_relationships.
- patch: Dependency update and cleanup

## 0.3.5

- patch: Add compound verbs with tests infra.
Expand Down
61 changes: 23 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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.3.5"
version = "0.3.6"
description = ""
authors = [
"Alonso Guevara Fernández <[email protected]>",
Expand Down Expand Up @@ -48,7 +48,7 @@ datashaper = "^0.0.49"

# Vector Stores
azure-search-documents = "^11.4.0"
lancedb = "^0.12.0"
lancedb = "^0.13.0"

# Async IO
aiolimiter = "^1.1.0"
Expand Down Expand Up @@ -76,7 +76,7 @@ python-dotenv = "^1.0.0"
# Network
tenacity = "^9.0.0"

pydantic = "^2"
pydantic = "^2.9.2"
rich = "^13.6.0"
devtools = "^0.12.2"
typing-extensions = "^4.12.2"
Expand Down

0 comments on commit 16b4ea5

Please sign in to comment.