mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
parent
cbaad1f153
commit
6915fbcce2
2 changed files with 11 additions and 1 deletions
|
|
@ -2,6 +2,16 @@
|
|||
Changelog
|
||||
===========
|
||||
|
||||
.. _v3_26:
|
||||
|
||||
3.26 (2022-04-13)
|
||||
-----------------
|
||||
|
||||
- New ``errors=r.IGNORE/r.SET_NULL`` parameter for the ``r.parsedatetime()`` and ``r.parsedate()`` :ref:`convert recipes <cli_convert_recipes>`. (:issue:`416`)
|
||||
- Fixed a bug where ``--multi`` could not be used in combination with ``--dry-run`` for the :ref:`convert <cli_convert>` command. (:issue:`415`)
|
||||
- New documentation: :ref:`cli_convert_complex`. (:issue:`420`)
|
||||
- More robust detection for whether or not ``deterministic=True`` is supported. (:issue:`425`)
|
||||
|
||||
.. _v3_25_1:
|
||||
|
||||
3.25.1 (2022-03-11)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
import io
|
||||
import os
|
||||
|
||||
VERSION = "3.25.1"
|
||||
VERSION = "3.26"
|
||||
|
||||
|
||||
def get_long_description():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue