summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/sqlite/doc.go
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-09-27 22:53:36 +0000
committerLibravatar GitHub <noreply@github.com>2024-09-27 22:53:36 +0000
commit3f9a1dbfff1b33fd6033e6fa3ac4ed63b3b0a471 (patch)
treea3dcfc2ec04fc2e08f5222621fb3b1106d94d2e9 /vendor/modernc.org/sqlite/doc.go
parent[bugfix] better handle ogg container format (#3365) (diff)
downloadgotosocial-3f9a1dbfff1b33fd6033e6fa3ac4ed63b3b0a471.tar.xz
update modernc/sqlite to v1.33.1 (with our concurrency workaround) (#3367)
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r--vendor/modernc.org/sqlite/doc.go37
1 files changed, 23 insertions, 14 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go
index 1d8672017..c09d18590 100644
--- a/vendor/modernc.org/sqlite/doc.go
+++ b/vendor/modernc.org/sqlite/doc.go
@@ -19,20 +19,21 @@
//
// OS Arch SQLite version
// ------------------------------
-// darwin amd64 3.45.3
-// darwin arm64 3.45.3
-// freebsd amd64 3.45.3
-// freebsd arm64 3.45.3
-// linux 386 3.45.3
-// linux amd64 3.45.3
-// linux arm 3.45.3
-// linux arm64 3.45.3
-// linux loong64 3.45.3
-// linux ppc64le 3.45.3
-// linux riscv64 3.45.3
-// linux s390x 3.45.3
-// windows amd64 3.45.3
-// windows arm64 3.45.3
+// darwin amd64 3.46.0
+// darwin arm64 3.46.0
+// freebsd amd64 3.46.0
+// freebsd arm64 3.46.0
+// linux 386 3.46.0
+// linux amd64 3.46.0
+// linux arm 3.46.0
+// linux arm64 3.46.0
+// linux loong64 3.46.0
+// linux ppc64le 3.46.0
+// linux riscv64 3.46.0
+// linux s390x 3.46.0
+// windows 386 3.46.0
+// windows amd64 3.46.0
+// windows arm64 3.46.0
//
// # Builders
//
@@ -50,6 +51,14 @@
//
// # Changelog
//
+// 2024-07-22: v1.31.0
+//
+// Support windows/386.
+//
+// 2024-06-04: v1.30.0
+//
+// Upgrade to SQLite 3.46.0, release notes at https://sqlite.org/releaselog/3_46_0.html.
+//
// 2024-02-13: v1.29.0
//
// Upgrade to SQLite 3.45.1, release notes at https://sqlite.org/releaselog/3_45_1.html.