Skip to content

Commit a07f83d

Browse files
committed
Release bump
1 parent 5acaec2 commit a07f83d

3 files changed

Lines changed: 29 additions & 23 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SQLITEVERSION=3.51.0
33
APSWSUFFIX=.0
44

5-
RELEASEDATE="31 October 2025"
5+
RELEASEDATE="6 November 2025"
66

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

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.50.4.0
10-
:date: 31 July 2025
9+
:version: apsw 3.51.0.0
10+
:date: 6 November 2025
1111
:manual section: 1
1212
:manual group: General Commands Manual
1313

doc/install.rst

Lines changed: 26 additions & 20 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.50.4.0.zip
86-
<https://github.com/rogerbinns/apsw/releases/download/3.50.4.0/apsw-3.50.4.0.zip>`__
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>`__
8787
(Source as zip, includes this HTML Help)
8888

89-
* `apsw-3.50.4.0.tar.gz
90-
<https://github.com/rogerbinns/apsw/releases/download/3.50.4.0/apsw-3.50.4.0.tar.gz>`__
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>`__
9191
(Source as tar.gz, includes this HTML Help)
9292

93-
* `apsw-3.50.4.0.zip.cosign-bundle
94-
<https://github.com/rogerbinns/apsw/releases/download/3.50.4.0/apsw-3.50.4.0.zip.cosign-bundle>`__
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>`__
9595
cosign signature for zip source
9696

97-
* `apsw-3.50.4.0.tar.gz.cosign-bundle
98-
<https://github.com/rogerbinns/apsw/releases/download/3.50.4.0/apsw-3.50.4.0.tar.gz.cosign-bundle>`__
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>`__
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.50.4.0.zip \
130+
$ cosign verify-blob apsw-3.51.0.0.zip \
131131
--new-bundle-format \
132-
--bundle apsw-3.50.4.0.zip.cosign-bundle \
132+
--bundle apsw-3.51.0.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.50.4.0.zip \
138-
--bundle apsw-3.50.4.0.zip.cosign-bundle \
137+
$ python3 -m sigstore verify identity apsw-3.51.0.0.zip \
138+
--bundle apsw-3.51.0.0.zip.cosign-bundle \
139139
--cert-identity=rogerb@rogerbinns.com \
140140
--cert-oidc-issuer=https://github.com/login/oauth
141-
OK: apsw-3.50.4.0.zip
141+
OK: apsw-3.51.0.0.zip
142142
143143
.. verify-end
144144
@@ -409,18 +409,24 @@ happen or doesn't happen again. Use ``python3 -m apsw.tests`` to
409409
run all the tests. You can provide a ``-v`` option to see each test
410410
as it is run.
411411

412+
Test output will look similar to this.
413+
412414
.. code-block:: output
413415
414416
$ python3 -m apsw.tests
415-
Python /space/apsw/.venv/bin/python3 sys.version_info(major=3, minor=13, micro=3, releaselevel='final', serial=0) 64bit ELF
416-
Testing with APSW file /space/apsw/apsw/__init__.cpython-313-x86_64-linux-gnu.so
417-
APSW version 3.50.0.0
418-
SQLite lib version 3.50.0
419-
SQLite headers version 3050000
417+
Python /space/apsw/.venv/bin/python3 sys.version_info(major=3, minor=14, micro=0, releaselevel='final', serial=0) 64bit ELF
418+
Testing with APSW file /space/apsw/apsw/__init__.cpython-314-x86_64-linux-gnu.so
419+
APSW version 3.51.0.0
420+
SQLite lib version 3.51.0
421+
SQLite headers version 3051000
420422
Using amalgamation True
421-
......................................................................................................................................................................................
423+
SQLITE_SCM_BRANCH trunk
424+
SQLITE_SCM_TAGS release major-release version-3.51.0
425+
SQLITE_SCM_DATETIME 2025-11-04T19:38:17.314Z
426+
427+
................................................................................................................................................................................................................
422428
----------------------------------------------------------------------
423-
Ran 182 tests in 57.382s
429+
Ran 208 tests in 44.591s
424430
425431
OK
426432

0 commit comments

Comments
 (0)