From f02248c5d8302a238356540d22465c7d9aa6d89b Mon Sep 17 00:00:00 2001 From: Germano Rizzo Date: Wed, 19 Jun 2024 15:19:14 +0200 Subject: [PATCH] Release v0.16.2 --- CHANGELOG.md | 8 +++++++- README.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 807a4ff..bd9c046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ +## v0.16.2 +*2024-06-19, Venice* + +- SQLite 3.46.0 +- Library updates + ## v0.16.1 *2024-04-18, Venice* -- SQLite 3.45.2 +- SQLite 3.46.0 - Library updates (incl. security fixes upstream) ## v0.16.0 diff --git a/README.md b/README.md index 9233d0c..e1f9655 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Obtaining an answer of [Docs](https://germ.gitbook.io/ws4sqlite/), a [Tutorial](https://germ.gitbook.io/ws4sqlite/tutorial), a [Discord](https://discord.gg/nBCcq2VQPu). -- Aligned to [**SQLite 3.45.2**](https://sqlite.org/releaselog/3_45_2.html); +- Aligned to [**SQLite 3.46.0**](https://sqlite.org/releaselog/3_46_0.html); - A [**single executable file**](https://germ.gitbook.io/ws4sqlite/documentation/installation) (written in Go); - HTTP/JSON access, with [**client libraries**](https://germ.gitbook.io/ws4sqlite/client-libraries) for convenience; - Directly call `ws4sqlite` on a database (as above), many options available using a YAML companion file;