summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst34
-rw-r--r--docs/contribute.rst9
2 files changed, 37 insertions, 6 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 661a696..7afce9d 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -2,6 +2,40 @@ Changelog
=========
+Version 0.10.0
+-------------
+
+Released on 2024-04-29.
+
+New features:
+
+* Add standard compliant default identifier
+
+Contributors:
+
+* Guillaume Ayoub
+* Wolfgang Walther
+
+Backers and sponsors:
+
+* Spacinov
+* Kobalt
+* Grip Angebotssoftware
+* Manuel Barkhau
+* SimonSoft
+* Menutech
+* KontextWork
+* Simon Sapin
+* René Fritz
+* TrainingSparkle
+* Healthchecks.io
+* Docraptor
+* Yanal-Yvez Fargialla
+* Douwe van Loenen
+* Morntag
+* Xavid
+
+
Version 0.9.0
-------------
diff --git a/docs/contribute.rst b/docs/contribute.rst
index f94a3d6..d14e6b9 100644
--- a/docs/contribute.rst
+++ b/docs/contribute.rst
@@ -50,16 +50,13 @@ You can launch tests using the following command::
venv/bin/pytest
-WeasyPrint also uses isort_ to check imports and flake8_ to check the coding
-style::
+pydyf also uses ruff_ to check the coding style::
- venv/bin/python -m isort . --check --diff
- venv/bin/python -m flake8
+ venv/bin/python -m ruff check
.. _pytest: https://docs.pytest.org/
.. _Ghostscript: https://www.ghostscript.com/
-.. _isort: https://pycqa.github.io/isort/
-.. _flake8: https://flake8.pycqa.org/
+.. _ruff: https://docs.astral.sh/ruff/
Documentation