Skip to content

Commit 9bc2954

Browse files
committed
Updated the changelog for v2.0.3 release
1 parent 339372f commit 9bc2954

13 files changed

+42
-21
lines changed

CHANGELOG.rst

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
2.0.3 (2021-12-12)
2+
------------------
3+
4+
Features ^^^^^^^^
5+
6+
- * Adds the tests to the sdist. Fixed by #150
7+
8+
`#141 <https://github.com/hamcrest/PyHamcrest/issues/141>`_
9+
- * Update the CI to test Python 3.10
10+
11+
`#160 <https://github.com/hamcrest/PyHamcrest/issues/160>`_
12+
- * Add pretty string representation for matchers objects
13+
14+
`#170 <https://github.com/hamcrest/PyHamcrest/issues/170>`_
15+
16+
17+
Bugfixes ^^^^^^^^
18+
19+
- * Test coverage is now submitted to codecov.io.
20+
21+
Fixed by #150
22+
23+
`#135 <https://github.com/hamcrest/PyHamcrest/issues/135>`_
24+
- Change to the ``has_entry()`` matcher - if exactly one key matches, but the value does not, report only the mismatching
25+
value.
26+
27+
Fixed by #157
28+
29+
`#156 <https://github.com/hamcrest/PyHamcrest/issues/156>`_
30+
- * Fix is_() type annotations
31+
32+
`#180 <https://github.com/hamcrest/PyHamcrest/issues/180>`_
33+
34+
35+
Misc ^^^^
36+
37+
- `#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>`_
38+
39+
40+
----
41+
42+
143
Changelog
244
=========
345

changelog.d/135.bugfix.rst

-3
This file was deleted.

changelog.d/141.feature.rst

-1
This file was deleted.

changelog.d/150.misc.rst

-5
This file was deleted.

changelog.d/156.bugfix.rst

-4
This file was deleted.

changelog.d/159.misc.rst

-1
This file was deleted.

changelog.d/160.feature.rst

-1
This file was deleted.

changelog.d/162.misc.rst

-1
This file was deleted.

changelog.d/163.misc.rst

-1
This file was deleted.

changelog.d/166.misc.rst

-1
This file was deleted.

changelog.d/170.feature.rst

-1
This file was deleted.

changelog.d/175.misc

-1
This file was deleted.

changelog.d/180.bugfix

-1
This file was deleted.

0 commit comments

Comments
 (0)