Skip to content

Commit

Permalink
Releasing v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 13, 2018
1 parent 6e16ed2 commit b6539ff
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 15)
__version_info__ = (0, 16)
__version__ = '.'.join(map(str, __version_info__))
18 changes: 18 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

0.16 (2018-04-13)
-----------------
- Better mechanism for handling errors; 404s for missing table/database

New error mechanism closes `#193 <https://github.com/simonw/datasette/issues/193>`_

404s for missing tables/databases closes `#184 <https://github.com/simonw/datasette/issues/184>`_

- long_description in markdown for the new PyPI
- Hide Spatialite system tables. [Russ Garrett]
- Allow ``explain select`` / ``explain query plan select`` `#201 <https://github.com/simonw/datasette/issues/201>`_
- Datasette inspect now finds primary_keys `#195 <https://github.com/simonw/datasette/issues/195>`_
- Ability to sort using form fields (for mobile portrait mode) `#199 <https://github.com/simonw/datasette/issues/199>`_

We now display sort options as a select box plus a descending checkbox, which
means you can apply sort orders even in portrait mode on a mobile phone where
the column headers are hidden.

0.15 (2018-04-09)
-----------------

Expand Down

0 comments on commit b6539ff

Please sign in to comment.