summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst7
-rw-r--r--docs/setup.rst4
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index a072d67..0426a5d 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,13 @@
Changelog
=========
+0.1.1
+-----
+
+- Use ``float`` instead of ``int`` in the GraphQL schema for the Archive size.
+ See `ddeeb37
+ <https://git.oriole.systems/hircine/commit/?id=ddeeb372250409da1f31a0522fb715e552c1f450>`_.
+
0.1.0 "Satanic Satyr"
---------------------
diff --git a/docs/setup.rst b/docs/setup.rst
index ad2123e..bc91f6f 100644
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -43,7 +43,7 @@ Installation
``VENVDIR``.
Once the environment is set up, download the `latest wheel
-<https://hircine.oriole.systems/dist/hircine-0.1.0-py3-none-any.whl>`_ and
+<https://hircine.oriole.systems/dist/hircine-0.1.1-py3-none-any.whl>`_ and
install it using `pip <https://pip.pypa.io/en/stable/>`_:
.. code-block:: console
@@ -55,7 +55,7 @@ Now the ``hircine`` command is available from within your shell:
.. code-block:: console
(.venv) $ hircine version
- hircine 0.1.0 "Satanic Satyr"
+ hircine 0.1.1 "Satanic Satyr"
.. important::