File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 2.3.7] ( https://github.com/AnthusAI/SQLBot/compare/v2.3.6...v2.3.7 ) (2025-12-02)
2+
3+
4+ ### Bug Fixes
5+
6+ * indent multi-line user message continuation lines ([ 5f26870] ( https://github.com/AnthusAI/SQLBot/commit/5f2687011df7bcf64e6fc07ac670a1f1182f274a ) )
7+
18## [ 2.3.6] ( https://github.com/AnthusAI/SQLBot/compare/v2.3.5...v2.3.6 ) (2025-12-02)
29
310
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sqlbot"
7- version = " 2.3.6 "
7+ version = " 2.3.7 "
88description = " SQLBot - Database Query Bot with AI-powered natural language processing"
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -91,7 +91,7 @@ extend-exclude = '''
9191'''
9292
9393[tool .mypy ]
94- python_version = " 2.3.6 "
94+ python_version = " 2.3.7 "
9595warn_return_any = true
9696warn_unused_configs = true
9797disallow_untyped_defs = true
Original file line number Diff line number Diff line change 11"""SQLBot: Database Query Bot with AI-powered natural language processing."""
22
3- __version__ = "2.3.6 "
3+ __version__ = "2.3.7 "
44__author__ = "SQLBot Team"
55__email__ = "team@sqlbot.dev"
66
Original file line number Diff line number Diff line change 11"""Version information for SQLBot."""
2- __version__ = "2.3.6 "
2+ __version__ = "2.3.7 "
33
44
You can’t perform that action at this time.
0 commit comments