Skip to content

Commit f56e55f

Browse files
authored
chore: prepare v0.23.0 release (#577)
Cut the v0.22.0 binary bug fixes (#521-#572) as v0.23.0: mark the CHANGELOG Unreleased section as v0.23.0 with its compare link and date, and refresh the README "sqly v0.22.0" version strings to v0.23.0.
1 parent 1fef08e commit f56e55f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## [Unreleased]
3+
## [v0.23.0](https://github.com/nao1215/sqly/compare/v0.22.0...v0.23.0) (2026-06-02)
44

55
### Bug Fixes
66
* Literal Dotted Object Names With A Schema Prefix: `.schema`, `.describe`, `.header`, and `.dump` now reach a table or view whose quoted literal name begins with `main.` or `temp.` (for example `CREATE TABLE "main.x"` or `CREATE VIEW "temp.v"`). Because the shell strips the quotes the user typed, a name is read as a schema qualifier only when no object literally carries it. `.tables` prints such a name quoted so it pastes back into these commands.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Run `sqly` without `--sql` to open the shell. It behaves like `sqlite3` or `mysq
112112

113113
```shell
114114
$ sqly testdata/user.csv
115-
sqly v0.22.0
115+
sqly v0.23.0
116116

117117
enter "SQL query" or "sqly command that begins with a dot".
118118
.help print usage, .exit exit sqly.
@@ -433,7 +433,7 @@ SELECT * FROM `customers100000` WHERE `Index` BETWEEN 1000 AND 2000 ORDER BY `In
433433
|--------:|--------:|------------:|--------------:|-------------------:|
434434
| 100,000 | 12 | 515 ms | 161 MB | 2.82M |
435435

436-
Measured on an AMD Ryzen 7 5800U, Go 1.25, sqly v0.22.0. Run `make bench` to reproduce on your machine.
436+
Measured on an AMD Ryzen 7 5800U, Go 1.25, sqly v0.23.0. Run `make bench` to reproduce on your machine.
437437

438438
## Comparison with similar tools
439439

0 commit comments

Comments
 (0)