Skip to content

Commit

Permalink
Release v0.3.0 (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara authored Aug 13, 2024
1 parent 4b9f268 commit f9c1bdd
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 26 deletions.
30 changes: 30 additions & 0 deletions .semversioner/0.3.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"changes": [
{
"description": "Implement auto templating API.",
"type": "minor"
},
{
"description": "Implement query engine API.",
"type": "minor"
},
{
"description": "Fix file dumps using json for non ASCII chars",
"type": "patch"
},
{
"description": "Stabilize smoke tests for query context building",
"type": "patch"
},
{
"description": "fix query embedding",
"type": "patch"
},
{
"description": "fix sort_context & max_tokens params in verb",
"type": "patch"
}
],
"created_at": "2024-08-12T23:51:49+00:00",
"version": "0.3.0"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/minor-20240806062641863317.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/minor-20240807023736041951.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Changelog

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

## 0.3.0

- minor: Implement auto templating API.
- minor: Implement query engine API.
- patch: Fix file dumps using json for non ASCII chars
- patch: Stabilize smoke tests for query context building
- patch: fix query embedding
- patch: fix sort_context & max_tokens params in verb

## 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
- patch: Run smoke tests on 4o

## 0.2.1

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.2.2"
version = "0.3.0"
description = ""
authors = [
"Alonso Guevara Fernández <alonsog@microsoft.com>",
Expand Down

0 comments on commit f9c1bdd

Please sign in to comment.