Skip to content

Commit f9c1bdd

Browse files
Release v0.3.0 (#912)
1 parent 4b9f268 commit f9c1bdd

9 files changed

+41
-26
lines changed

.semversioner/0.3.0.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Implement auto templating API.",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "Implement query engine API.",
9+
"type": "minor"
10+
},
11+
{
12+
"description": "Fix file dumps using json for non ASCII chars",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Stabilize smoke tests for query context building",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "fix query embedding",
21+
"type": "patch"
22+
},
23+
{
24+
"description": "fix sort_context & max_tokens params in verb",
25+
"type": "patch"
26+
}
27+
],
28+
"created_at": "2024-08-12T23:51:49+00:00",
29+
"version": "0.3.0"
30+
}

.semversioner/next-release/minor-20240806062641863317.json

-4
This file was deleted.

.semversioner/next-release/minor-20240807023736041951.json

-4
This file was deleted.

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

-4
This file was deleted.

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

-4
This file was deleted.

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

-4
This file was deleted.

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

-4
This file was deleted.

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Changelog
2-
32
Note: version releases in the 0.x.y range may introduce breaking changes.
43

4+
## 0.3.0
5+
6+
- minor: Implement auto templating API.
7+
- minor: Implement query engine API.
8+
- patch: Fix file dumps using json for non ASCII chars
9+
- patch: Stabilize smoke tests for query context building
10+
- patch: fix query embedding
11+
- patch: fix sort_context & max_tokens params in verb
12+
513
## 0.2.2
614

715
- patch: Add a check if there is no community record added in local search context
816
- patch: Add sepparate workflow for Python Tests
917
- patch: Docs updates
18+
- patch: Run smoke tests on 4o
1019

1120
## 0.2.1
1221

pyproject.toml

+1-1
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.2.2"
4+
version = "0.3.0"
55
description = ""
66
authors = [
77
"Alonso Guevara Fernández <[email protected]>",

0 commit comments

Comments
 (0)