Skip to content

Commit dd884c0

Browse files
Release v1.2.0 (#1625)
1 parent 3defab2 commit dd884c0

File tree

8 files changed

+36
-22
lines changed

8 files changed

+36
-22
lines changed

.semversioner/1.2.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Add Drift Reduce response and streaming endpoint",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "add cosmosdb vector store",
9+
"type": "minor"
10+
},
11+
{
12+
"description": "Fix example notebooks",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Set default rate limits.",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "unit tests for text_splitting",
21+
"type": "patch"
22+
}
23+
],
24+
"created_at": "2025-01-15T20:32:00+00:00",
25+
"version": "1.2.0"
26+
}

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog
22
Note: version releases in the 0.x.y range may introduce breaking changes.
33

4-
## 1.1.2
4+
## 1.2.0
5+
6+
- minor: Add Drift Reduce response and streaming endpoint
7+
- minor: add cosmosdb vector store
8+
- patch: Fix example notebooks
9+
- patch: Set default rate limits.
10+
- patch: unit tests for text_splitting
11+
12+
## 1.2.0
513

614
- patch: Basic Rag minor fix
715

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "1.1.2"
4+
version = "1.2.0"
55
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
66
authors = [
77
"Alonso Guevara Fernández <alonsog@microsoft.com>",

0 commit comments

Comments
 (0)