Skip to content

Commit

Permalink
Re-ran Sphinx for 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob414 committed Dec 7, 2020
1 parent 7c87696 commit 0a58c7a
Showing 1 changed file with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,40 @@ Kingston Changelog

.. _section-1:

0.7.4
-----

- Implements subtype matching in match.TypeMatcher
- More options for devtool.PrintfDebugging
- Tiny style fixes

.. _section-2:

0.7.3
-----

- More readable error messages in case of ``Mismatch`` exception from
matchers.
- Implemented new notation for matchers as subclasses where cases are
declared using a decorator.

.. _section-3:

0.7.2
-----

- Fix version, incorrect imports in ``kingston.testing`` could cause
false positives in CI settings.

.. _section-4:

0.7.1
-----

- Fix version, invalid metadata in ``setup.py``

.. _section-5:

0.7.0
-----

Expand All @@ -23,7 +57,7 @@ Kingston Changelog
- More extensive usage of `MyPy <https://mypy.readthedocs.io/>`__
gradual typing mechanism.

.. _section-2:
.. _section-6:

0.6.8
-----
Expand All @@ -32,14 +66,14 @@ Kingston Changelog
- ``kingston.testing.trial()`` / ``kingston.testing.retryit()``, moved
to ``kingston.devtool``.

.. _section-3:
.. _section-7:

0.6.7
-----

- Bugfix in ``kingston.match.Match.case()``

.. _section-4:
.. _section-8:

0.6.6
-----
Expand All @@ -50,7 +84,7 @@ Kingston Changelog
`pytest-cov <https://pytest-cov.readthedocs.io/en/latest/>`__
- Trimmed code base after coverage analysis

.. _section-5:
.. _section-9:

0.6.5
-----
Expand All @@ -59,7 +93,7 @@ Kingston Changelog
using subclasses of ``dict``'s to store patterns and references to
``callable``'s.

.. _section-6:
.. _section-10:

0.6.4
-----
Expand All @@ -68,7 +102,7 @@ Kingston Changelog
- Started to use light-weight CI in the form of a GitHub action
invoking `Tox <https://tox.readthedocs.io/en/latest/>`__.

.. _section-7:
.. _section-11:

0.6.3
-----
Expand Down

0 comments on commit 0a58c7a

Please sign in to comment.