Skip to content

Commit

Permalink
Release v0.2.2 (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara authored Aug 8, 2024
1 parent 85a5a61 commit 7376f14
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 18 deletions.
22 changes: 22 additions & 0 deletions .semversioner/0.2.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"changes": [
{
"description": "Add a check if there is no community record added in local search context",
"type": "patch"
},
{
"description": "Add sepparate workflow for Python Tests",
"type": "patch"
},
{
"description": "Docs updates",
"type": "patch"
},
{
"description": "Run smoke tests on 4o",
"type": "patch"
}
],
"created_at": "2024-08-08T22:40:57+00:00",
"version": "0.2.2"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20240806195704379028.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

Note: version releases in the 0.x.y range may introduce breaking changes.

## 0.2.2

- patch: Add a check if there is no community record added in local search context
- patch: Add sepparate workflow for Python Tests
- patch: Docs updates

## 0.2.1

- patch: Added default columns for vector store at create_pipeline_config. No change for other cases.
Expand Down
4 changes: 2 additions & 2 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.2.1"
version = "0.2.2"
description = ""
authors = [
"Alonso Guevara Fernández <alonsog@microsoft.com>",
Expand Down Expand Up @@ -115,7 +115,7 @@ _convert_local_search_nb = 'jupyter nbconvert --output-dir=docsite/posts/query/n
_convert_global_search_nb = 'jupyter nbconvert --output-dir=docsite/posts/query/notebooks/ --output="{notebook_name}_nb" --template=docsite/nbdocsite_template --to markdown examples_notebooks/global_search.ipynb'
_semversioner_release = "semversioner release"
_semversioner_changelog = "semversioner changelog > CHANGELOG.md"
_semversioner_update_toml_version = "update-toml update --path tool.poetry.version --value \"$(semversioner current-version)\" pyproject.toml"
_semversioner_update_toml_version = "update-toml update --path tool.poetry.version --value $(semversioner current-version)"
coverage_report = 'coverage report --omit "**/tests/**" --show-missing'
check_format = 'ruff format . --check --preview'
fix = "ruff --preview check --fix ."
Expand Down

0 comments on commit 7376f14

Please sign in to comment.