Skip to content

Commit 1acf1b1

Browse files
committed
release: v0.8.5
1 parent cf340a7 commit 1acf1b1

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.5] - 2026-08-08
11+
12+
### Added
13+
14+
- Editable query results and empty SELECT rendering (#133)
15+
16+
### Fixed
17+
18+
- Resolve saved-but-inactive connections in the MCP bridge (#132)
19+
1020
## [0.8.4] - 2026-08-07
1121

1222
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sqlkit",
33
"type": "module",
4-
"version": "0.8.4",
4+
"version": "0.8.5",
55
"private": true,
66
"description": "Agentic SQL database manager for 70+ databases — PostgreSQL, MySQL, SQL Server, SQLite, DuckDB, ClickHouse, Oracle, and more. Privacy-first, AI-powered, cross-platform. Built with Tauri (Rust).",
77
"author": "geekfun <support@geekfun.club>",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlkit"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
description = "A Tauri App"
55
authors = [ "you" ]
66
edition = "2021"

0 commit comments

Comments
 (0)