mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Release 0.25.2
This commit is contained in:
parent
84d7890b63
commit
b5128fc53f
2 changed files with 14 additions and 0 deletions
|
|
@ -4,6 +4,16 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_25_2:
|
||||
|
||||
0.25.2 (2018-12-16)
|
||||
-------------------
|
||||
|
||||
- ``datasette publish heroku`` now uses the ``python-3.6.7`` runtime
|
||||
- Added documentation on :ref:`how to build the documentation <contributing_documentation>`
|
||||
- Added documentation covering :ref:`our release process <contributing_release>`
|
||||
- Upgraded to pytest 4.0.2
|
||||
|
||||
.. _v0_25_1:
|
||||
|
||||
0.25.1 (2018-11-04)
|
||||
|
|
|
|||
|
|
@ -70,6 +70,8 @@ Then run Datasette like this::
|
|||
|
||||
datasette fixtures.db -m fixtures-metadata.json
|
||||
|
||||
.. _contributing_documentation:
|
||||
|
||||
Editing and building the documentation
|
||||
--------------------------------------
|
||||
|
||||
|
|
@ -90,6 +92,8 @@ Any time you make changes to a ``.rst`` file you can re-run ``make`` to update t
|
|||
|
||||
The documentation is written using reStructuredText. You may find this article on `The subset of reStructuredText worth committing to memory <https://simonwillison.net/2018/Aug/25/restructuredtext/>`__ useful.
|
||||
|
||||
.. _contributing_release:
|
||||
|
||||
Release process
|
||||
---------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue