Skip to content

Commit 005f9d2

Browse files
committed
Bump to v0.27.7
1 parent 918aff3 commit 005f9d2

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Changelog (English)
22
=======================
33
( **English** / [Japanese](CHANGELOG_ja.md) )
44

5+
v0.27.7
6+
-------
7+
May 15, 2026
8+
9+
- Fix: confirmation to apply changes to the DB was skipped when only NULL values were modified (#59)
10+
- Fixed missing error messages when INSERT, UPDATE, or DELETE statements failed. (#61)
11+
( This release continues to support Windows 7/8/Server 2008 R2 and Go 1.20.14.)
12+
513
v0.27.6
614
-------
715
May 11, 2026

CHANGELOG_ja.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Changelog (Japanese)
22
========================
33
( [English](CHANGELOG.md) / **Japanese** )
44

5+
v0.27.7
6+
-------
7+
May 15, 2026
8+
9+
- edit 文で NULL の設定のみを変更した場合、変更反映の確認が行われない不具合を修正 (#59)
10+
- INSERT/UPDATE/DELETE で発生したエラーが表示されない不具合を修正 (#61)
11+
12+
( 本バージョンは Windows 7/8/Server 2008R2 と Go 1.20.14 をサポートします )
13+
514
v0.27.6
615
-------
716
May 11, 2026

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package sqlbless
22

3-
var version = "v0.27.6-goinstall"
3+
var version = "v0.27.7-goinstall"

0 commit comments

Comments
 (0)