kopia lustrzana https://github.com/simonw/datasette
rodzic
84d7890b63
commit
b5128fc53f
|
@ -4,6 +4,16 @@
|
||||||
Changelog
|
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:
|
.. _v0_25_1:
|
||||||
|
|
||||||
0.25.1 (2018-11-04)
|
0.25.1 (2018-11-04)
|
||||||
|
|
|
@ -70,6 +70,8 @@ Then run Datasette like this::
|
||||||
|
|
||||||
datasette fixtures.db -m fixtures-metadata.json
|
datasette fixtures.db -m fixtures-metadata.json
|
||||||
|
|
||||||
|
.. _contributing_documentation:
|
||||||
|
|
||||||
Editing and building the 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.
|
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
|
Release process
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue