We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676ab3d commit 31f140dCopy full SHA for 31f140d
pkg-py/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [UNRELEASED]
+## [0.2.1] - 2025-09-04
9
10
* Fixed an issue with the query tool when used with SQLAlchemy data sources. (@npelikan #79)
11
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
[project]
name = "querychat"
-version = "0.2.0"
+version = "0.2.1"
description = "Chat with your data using natural language"
readme = "pkg-py/README.md"
requires-python = ">=3.9"
0 commit comments