You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: release v1.10.0 — version bumps, changelog, and documentation updates (#359)
Bump version from 1.9.3 to 1.10.0 across 24 files:
- Go constants: gosqlx.Version, cmd Version, MCP server version
- CHANGELOG.md: finalize [Unreleased] as [1.10.0] - 2026-03-13
- All docs/ headers updated to v1.10.0
- MIGRATION.md: add v1.9.x → v1.10.0 section (Go 1.23+ requirement)
- README.md: update highlights to MCP Server feature
- doc.go: add v1.10.0 to version history
- performance_baselines.json, llms.txt, CLAUDE.md
Co-authored-by: Ajit Pratap Singh <ajitpratapsingh@Ajits-Mac-mini-2655.local>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,34 +68,32 @@ GoSQLX is a high-performance SQL parsing library designed for production use. It
68
68
-**MCP Server** (v1.10.0): `gosqlx-mcp` exposes all 7 SQL tools as [Model Context Protocol](https://modelcontextprotocol.io) tools over streamable HTTP — integrate GoSQLX into Claude, Cursor, and any MCP-compatible AI assistant
Copy file name to clipboardExpand all lines: docs/CLI_GUIDE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# GoSQLX CLI Guide
2
2
3
-
**Version**: v1.9.0
4
-
**Last Updated**: 2026-02-28
3
+
**Version**: v1.10.0
4
+
**Last Updated**: 2026-03-13
5
5
6
6
The GoSQLX Command Line Interface (CLI) provides high-performance SQL parsing, validation, formatting, and analysis capabilities directly from your terminal.
0 commit comments