Skip to content

Commit ae6a139

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 6f1b9b3 commit ae6a139

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# CHANGELOG
22

33

4+
## v0.3.0 (2025-07-08)
5+
6+
### Bug Fixes
7+
8+
- Add error control to the GraphRAG chain
9+
([`4f015ca`](https://github.com/DataLabTechTV/datalab/commit/4f015ca309974f1623a36a5b2dfd09d6c86a5484))
10+
11+
### Chores
12+
13+
- **deps**: Add colorama to color error messages
14+
([`389a8a1`](https://github.com/DataLabTechTV/datalab/commit/389a8a1399d6dfdfeefe8038b85322f5eeb22384))
15+
16+
### Features
17+
18+
- Graph rag CLI options for interactive and direct querying
19+
([`8f54d81`](https://github.com/DataLabTechTV/datalab/commit/8f54d812d1e17196da01aac9c2d7e0dc1bc9e9f9))
20+
21+
### Refactoring
22+
23+
- Remove unused import
24+
([`c5bfb82`](https://github.com/DataLabTechTV/datalab/commit/c5bfb825ccdea4166f4952d2fa6c8642c817008c))
25+
26+
427
## v0.2.0 (2025-07-04)
528

629
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "datalab"
6-
version = "0.2.0"
6+
version = "0.3.0"
77
description = "Tooling for a minimalist data lab running on top of DuckLake."
88
readme = "README.md"
99
requires-python = ">=3.13"

0 commit comments

Comments
 (0)