Skip to content

Commit

Permalink
Release 0.65
Browse files Browse the repository at this point in the history
Refs #2434
  • Loading branch information
simonw committed Oct 7, 2024
1 parent dbed808 commit 753ddc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datasette/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.64.8"
__version__ = "0.65"
__version_info__ = tuple(__version__.split("."))
12 changes: 10 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,25 @@
Changelog
=========

.. _v0_65:

0.65 (2024-10-07)
-----------------

- Upgrade for compatibility with Python 3.13 (by vendoring Pint dependency). (:issue:`2434`)
- Dropped support for Python 3.8.

.. _v0_64_8:

0.64.8 (2023-06-21)
0.64.8 (2024-06-21)
-------------------

- Security improvement: 404 pages used to reflect content from the URL path, which could be used to display misleading information to Datasette users. 404 errors no longer display additional information from the URL. (:issue:`2359`)
- Backported a better fix for correctly extracting named parameters from canned query SQL against SQLite 3.46.0. (:issue:`2353`)

.. _v0_64_7:

0.64.7 (2023-06-12)
0.64.7 (2024-06-12)
-------------------

- Fixed a bug where canned queries with named parameters threw an error when run against SQLite 3.46.0. (:issue:`2353`)
Expand Down

0 comments on commit 753ddc9

Please sign in to comment.