Skip to content

Commit

Permalink
Updated the changelog for v2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Dec 12, 2021
1 parent 339372f commit 9bc2954
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 21 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
2.0.3 (2021-12-12)
------------------

Features ^^^^^^^^

- * Adds the tests to the sdist. Fixed by #150

`#141 <https://github.com/hamcrest/PyHamcrest/issues/141>`_
- * Update the CI to test Python 3.10

`#160 <https://github.com/hamcrest/PyHamcrest/issues/160>`_
- * Add pretty string representation for matchers objects

`#170 <https://github.com/hamcrest/PyHamcrest/issues/170>`_


Bugfixes ^^^^^^^^

- * Test coverage is now submitted to codecov.io.

Fixed by #150

`#135 <https://github.com/hamcrest/PyHamcrest/issues/135>`_
- Change to the ``has_entry()`` matcher - if exactly one key matches, but the value does not, report only the mismatching
value.

Fixed by #157

`#156 <https://github.com/hamcrest/PyHamcrest/issues/156>`_
- * Fix is_() type annotations

`#180 <https://github.com/hamcrest/PyHamcrest/issues/180>`_


Misc ^^^^

- `#150 <https://github.com/hamcrest/PyHamcrest/issues/150>`_, `#159 <https://github.com/hamcrest/PyHamcrest/issues/159>`_, `#162 <https://github.com/hamcrest/PyHamcrest/issues/162>`_, `#163 <https://github.com/hamcrest/PyHamcrest/issues/163>`_, `#166 <https://github.com/hamcrest/PyHamcrest/issues/166>`_, `#175 <https://github.com/hamcrest/PyHamcrest/issues/175>`_


----


Changelog
=========

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/135.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/141.feature.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/150.misc.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/156.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/159.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/160.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/162.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/163.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/166.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/170.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/175.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/180.bugfix

This file was deleted.

0 comments on commit 9bc2954

Please sign in to comment.