Skip to content

Commit 63e6b6a

Browse files
committed
v0.17dev7
1 parent d4e654f commit 63e6b6a

File tree

3 files changed

+42
-11
lines changed

3 files changed

+42
-11
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## v0.16.5
2+
*2025-08-06, Venice*
3+
4+
- SQLite 3.50.3
5+
- Library updates
6+
7+
## v0.16.4
8+
*2025-04-21, Venice*
9+
10+
- SQLite 3.49.1
11+
- Library updates
12+
- Fixes for linter warnings
13+
14+
## v0.16.3
15+
*2024-11-13, Venice*
16+
17+
- Library updates
18+
19+
## v0.16.2
20+
*2024-06-19, Venice*
21+
22+
- SQLite 3.46.0
23+
- Library updates
24+
25+
## v0.16.1
26+
*2024-04-18, Venice*
27+
28+
- SQLite 3.46.0
29+
- Library updates (incl. security fixes upstream)
30+
131
## v0.16.0
232
*2024-02-17, Venice*
333

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Obtaining an answer of
5656

5757
[Docs](https://germ.gitbook.io/ws4sql/), a [Tutorial](https://germ.gitbook.io/ws4sql/tutorial), a [Discord](https://discord.gg/nBCcq2VQPu).
5858

59-
- Aligned to [**SQLite 3.46.1**](https://sqlite.org/releaselog/3_46_1.html) and [**DuckDB 1.1.3**](https://github.com/duckdb/duckdb/releases/tag/v1.1.3);
59+
- Aligned to [**SQLite 3.50.3**](https://sqlite.org/releaselog/3_50_3.html) and [**DuckDB 1.3.2**](https://github.com/duckdb/duckdb/releases/tag/v1.3.2);
6060
- A [**single executable file**](https://germ.gitbook.io/ws4sql/documentation/installation) (written in Go);
6161
- HTTP/JSON access, with [**client libraries**](https://germ.gitbook.io/ws4sql/client-libraries) for convenience;
6262
- Directly call `ws4sql` on a database (as above), many options available using a YAML companion file;
@@ -107,15 +107,15 @@ Let's meet on [Discord](https://discord.gg/nBCcq2VQPu)!
107107

108108
Many thanks and all the credits to these awesome projects:
109109

110-
- [lnquy's cron](https://github.com/lnquy/cron) (MIT License);
111-
- [robfig's cron](https://github.com/robfig/cron) (MIT License);
112-
- [gofiber's fiber](https://github.com/gofiber/fiber) (MIT License);
113-
- [klauspost's compress](https://github.com/klauspost/compress) (3-Clause BSD license);
114-
- [mitchellh's go-homedir](https://github.com/mitchellh/go-homedir) (MIT License);
115-
- [mattn's go-sqlite3](https://github.com/mattn/go-sqlite3) (MIT License);
116-
- [modernc.org's go-duckdb](https://github.com/marcboeker/go-duckdb) (MIT License);
117-
- [wI2L's jettison](https://github.com/wI2L/jettison) (MIT License)
118-
- and of course, [Google Go](https://go.dev).
110+
* [lnquy's cron](https://github.com/lnquy/cron) (MIT License);
111+
* [robfig's cron](https://github.com/robfig/cron) (MIT License);
112+
* [gofiber's fiber](https://github.com/robfig/cron) (MIT License);
113+
* [marcboeker's go-duckdb](https://github.com/marcboeker/go-duckdb) (MIT License);
114+
* [mitchellh's go-homedir](https://github.com/mitchellh/go-homedir) (MIT License);
115+
* [mattn's go-sqlite3](https://github.com/mattn/go-sqlite3) (MIT License);
116+
* [wI2L's jettison](https://github.com/wI2L/jettison) (MIT License)
117+
* [iancoleman's orderedmap](https://github.com/iancoleman/orderedmap) (MIT License);
118+
* and of course, [Google Go](https://go.dev).
119119

120120
Kindly supported by [JetBrains for Open Source development](https://jb.gg/OpenSourceSupport)
121121

profiler/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
environment/*db*
22
*.class
3-
ws4sqlite*
3+
ws4sqlite*
4+
ws4sql*

0 commit comments

Comments
 (0)