Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 09:32
· 13 commits to main since this release

1.0.0 (2026-07-29)

⚠ BREAKING CHANGES

  • database-cli: 已配置环境需新增 "writable": true 才能使用 --allow-write,
    临时连接需同时传 --writable。此前只要 --allow-write 即可写入任意环境。

Co-Authored-By: Claude Opus 5 noreply@anthropic.com

Bug Fixes

  • database-cli: 加固写入护栏与 MCP 适配层 (120099a)
  • database-cli: 发版时自动同步版本号 (f6e77e4)

Continuous Integration

  • database-cli: 修复 sq 安装步骤解压路径冲突 (0a51db2)

Documentation

  • database-cli: 同步写权限相关文档并补发版失败提示 (5590da0)

Tests

  • database-cli: 增加真实 sq + SQLite 端到端测试并在 CI 安装 sq (8f0a9a7)