Skip to content

Commit

Permalink
Release v1.2.0 (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonsoGuevara authored Jan 15, 2025
1 parent 3defab2 commit dd884c0
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 22 deletions.
26 changes: 26 additions & 0 deletions .semversioner/1.2.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"changes": [
{
"description": "Add Drift Reduce response and streaming endpoint",
"type": "minor"
},
{
"description": "add cosmosdb vector store",
"type": "minor"
},
{
"description": "Fix example notebooks",
"type": "patch"
},
{
"description": "Set default rate limits.",
"type": "patch"
},
{
"description": "unit tests for text_splitting",
"type": "patch"
}
],
"created_at": "2025-01-15T20:32:00+00:00",
"version": "1.2.0"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20241220191518597340.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 1.1.2
## 1.2.0

- minor: Add Drift Reduce response and streaming endpoint
- minor: add cosmosdb vector store
- patch: Fix example notebooks
- patch: Set default rate limits.
- patch: unit tests for text_splitting

## 1.2.0

- patch: Basic Rag minor fix

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 = "1.1.2"
version = "1.2.0"
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
authors = [
"Alonso Guevara Fernández <[email protected]>",
Expand Down

0 comments on commit dd884c0

Please sign in to comment.