File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.2] - 2025-09-04
9+
10+ * Fixed another issue with data sources that aren't already narwhals DataFrames (#83 )
11+
812## [ 0.2.1] - 2025-09-04
913
1014* Fixed an issue with the query tool when used with SQLAlchemy data sources. (@npelikan #79 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " querychat"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88description = " Chat with your data using natural language"
99readme = " pkg-py/README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments