Skip to content

Commit 9957d7d

Browse files
committed
SQLite release bump
1 parent 17dfa76 commit 9957d7d

8 files changed

Lines changed: 24 additions & 22 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
SQLITEVERSION=3.51.0
2+
SQLITEVERSION=3.51.1
33
APSWSUFFIX=.0
44

5-
RELEASEDATE="6 November 2025"
5+
RELEASEDATE="28 November 2025"
66

77
VERSION=$(SQLITEVERSION)$(APSWSUFFIX)
88
VERDIR=apsw-$(VERSION)

checksums

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# more peace of mind because the SQLite releases are not signed in any
99
# way.
1010

11+
https://sqlite.org/2025/sqlite-autoconf-3510100.tar.gz 3207679 4f2445cd70479724d32ad015ec7fd37fbb6f6130013bd4bfbc80c32beb42b7e0 9b2b1e73f577def1d5b75c5541555a7f42e6e073ad19f7a9118478389c9bbd9b
1112
https://sqlite.org/2025/sqlite-autoconf-3510000.tar.gz 3207443 42e26dfdd96aa2e6b1b1be5c88b0887f9959093f650d693cb02eb9c36d146ca5 fa52f9cc74dbca004aa650ae698036a3350611f672649e165078f4eae21d6a2e
1213

1314
https://sqlite.org/2025/sqlite-autoconf-3500400.tar.gz 3173050 a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18 330bb88febc08814d49406391891eddac59e5f812e87b83c27ab172687554375

doc/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ history <https://devguide.python.org/versions/>`__.
1010
APSW changes by version
1111
-----------------------
1212

13-
next
14-
====
13+
3.51.1.0
14+
========
1515

1616
All objects that can be closed implement :meth:`~object.__bool__`
1717
which returns ``True`` while open and ``False`` when closed -

doc/cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ apsw
66
A terminal interface to the APSW SQLite shell modelled after the SQLite shell
77
-----------------------------------------------------------------------------
88

9-
:version: apsw 3.51.0.0
10-
:date: 6 November 2025
9+
:version: apsw 3.51.1.0
10+
:date: 28 November 2025
1111
:manual section: 1
1212
:manual group: General Commands Manual
1313

doc/install.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,20 @@ edit the :file:`setup.apsw` file inside.
8282

8383
.. downloads-begin
8484
85-
* `apsw-3.51.0.0.zip
86-
<https://github.com/rogerbinns/apsw/releases/download/3.51.0.0/apsw-3.51.0.0.zip>`__
85+
* `apsw-3.51.1.0.zip
86+
<https://github.com/rogerbinns/apsw/releases/download/3.51.1.0/apsw-3.51.1.0.zip>`__
8787
(Source as zip, includes this HTML Help)
8888

89-
* `apsw-3.51.0.0.tar.gz
90-
<https://github.com/rogerbinns/apsw/releases/download/3.51.0.0/apsw-3.51.0.0.tar.gz>`__
89+
* `apsw-3.51.1.0.tar.gz
90+
<https://github.com/rogerbinns/apsw/releases/download/3.51.1.0/apsw-3.51.1.0.tar.gz>`__
9191
(Source as tar.gz, includes this HTML Help)
9292

93-
* `apsw-3.51.0.0.zip.cosign-bundle
94-
<https://github.com/rogerbinns/apsw/releases/download/3.51.0.0/apsw-3.51.0.0.zip.cosign-bundle>`__
93+
* `apsw-3.51.1.0.zip.cosign-bundle
94+
<https://github.com/rogerbinns/apsw/releases/download/3.51.1.0/apsw-3.51.1.0.zip.cosign-bundle>`__
9595
cosign signature for zip source
9696

97-
* `apsw-3.51.0.0.tar.gz.cosign-bundle
98-
<https://github.com/rogerbinns/apsw/releases/download/3.51.0.0/apsw-3.51.0.0.tar.gz.cosign-bundle>`__
97+
* `apsw-3.51.1.0.tar.gz.cosign-bundle
98+
<https://github.com/rogerbinns/apsw/releases/download/3.51.1.0/apsw-3.51.1.0.tar.gz.cosign-bundle>`__
9999
cosign signature for tar.gz source
100100

101101
.. downloads-end
@@ -127,18 +127,18 @@ Verify
127127
128128
.. code-block:: console
129129
130-
$ cosign verify-blob apsw-3.51.0.0.zip \
130+
$ cosign verify-blob apsw-3.51.1.0.zip \
131131
--new-bundle-format \
132-
--bundle apsw-3.51.0.0.zip.cosign-bundle \
132+
--bundle apsw-3.51.1.0.zip.cosign-bundle \
133133
--certificate-identity=rogerb@rogerbinns.com \
134134
--certificate-oidc-issuer=https://github.com/login/oauth
135135
Verified OK
136136
137-
$ python3 -m sigstore verify identity apsw-3.51.0.0.zip \
138-
--bundle apsw-3.51.0.0.zip.cosign-bundle \
137+
$ python3 -m sigstore verify identity apsw-3.51.1.0.zip \
138+
--bundle apsw-3.51.1.0.zip.cosign-bundle \
139139
--cert-identity=rogerb@rogerbinns.com \
140140
--cert-oidc-issuer=https://github.com/login/oauth
141-
OK: apsw-3.51.0.0.zip
141+
OK: apsw-3.51.1.0.zip
142142
143143
.. verify-end
144144

src/apswversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define APSW_VERSION "3.51.0.0"
1+
#define APSW_VERSION "3.51.1.0"

tools/checksums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import setup
1212

1313
sqlitevers = (
14+
"3510100",
1415
"3510000",
1516
"3500400",
1617
"3500300",

tools/megatest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def cmp(a, b):
236236

237237
# Default versions we support
238238
PYVERS = (
239-
"3.15.0a1",
239+
"3.15.0a2",
240240
"3.14.0",
241241
"3.13.9",
242242
"3.12.12",
@@ -245,7 +245,7 @@ def cmp(a, b):
245245
"system",
246246
)
247247

248-
SQLITEVERS = ("3.51.0", )
248+
SQLITEVERS = ("3.51.0", "3.51.1",)
249249

250250
BITS = (64, 32)
251251

0 commit comments

Comments
 (0)