Skip to content

Commit 7461a3f

Browse files
committed
Release v0.16.4
1 parent 09e11d3 commit 7461a3f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.23.3"
21+
go-version: "1.24.2"
2222

2323
- name: Modify ws4sqlite.exe
2424
run: sed -i 's/v0\.0\.0/${{ github.ref_name }}/g' ws4sqlite.go
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: actions/setup-go@v5
3939
with:
40-
go-version: "1.22.4"
40+
go-version: "1.24.2"
4141

4242
- name: Modify ws4sqlite.exe
4343
run: sed -i 's/v0\.0\.0/${{ github.ref_name }}/g' ws4sqlite.go

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.16.4
2+
*2025-04-21, Venice*
3+
4+
- SQLite 3.49.1
5+
- Library updates
6+
- Fixes for linter warnings
7+
18
## v0.16.3
29
*2024-11-13, Venice*
310

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Obtaining an answer of
5858

5959
[Docs](https://germ.gitbook.io/ws4sqlite/), a [Tutorial](https://germ.gitbook.io/ws4sqlite/tutorial), a [Discord](https://discord.gg/nBCcq2VQPu).
6060

61-
- Aligned to [**SQLite 3.46.0**](https://sqlite.org/releaselog/3_46_0.html);
61+
- Aligned to [**SQLite 3.49.1**](https://sqlite.org/releaselog/3_49_1.html);
6262
- A [**single executable file**](https://germ.gitbook.io/ws4sqlite/documentation/installation) (written in Go);
6363
- HTTP/JSON access, with [**client libraries**](https://germ.gitbook.io/ws4sqlite/client-libraries) for convenience;
6464
- Directly call `ws4sqlite` on a database (as above), many options available using a YAML companion file;

0 commit comments

Comments
 (0)