mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
0.22.1 bugfix release
This commit is contained in:
parent
2bfd111d65
commit
5d62527882
2 changed files with 19 additions and 0 deletions
|
|
@ -1,6 +1,24 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.22.1 (2018-05-23)
|
||||
-------------------
|
||||
|
||||
Bugfix release, plus we now use `versioneer <https://github.com/warner/python-versioneer>`_ for our version numbers.
|
||||
|
||||
- Faceting no longer breaks pagination, fixes `#282 <https://github.com/simonw/datasette/issues/282>`_
|
||||
- Add ``__version_info__`` derived from `__version__` [Robert Gieseke]
|
||||
|
||||
This might be tuple of more than two values (major and minor
|
||||
version) if commits have been made after a release.
|
||||
- Add version number support with Versioneer. [Robert Gieseke]
|
||||
|
||||
Versioneer Licence:
|
||||
Public Domain (CC0-1.0)
|
||||
|
||||
Closes `#273 <https://github.com/simonw/datasette/issues/273>`_
|
||||
- Refactor inspect logic [Russ Garrett]
|
||||
|
||||
0.22 (2018-05-20)
|
||||
-----------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue