Skip to content

Commit e0dd465

Browse files
committed
Bring CHANGES.txt up to 2.0.0 version.
1 parent e07fa8a commit e0dd465

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGES.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
=== Version 1.10.0 ==
1+
=== Version 2.0.0 ==
22

3-
Add support up to Python 3.8
43
Drop formal support for 2.x
54
Drop formal support for 3.x < 3.5
65

7-
Fix #66 - deprecate contains() in favour of contains_exactly().
8-
Fix #72 - make has_properties mismatch description less verbose by adding option to AllOf not to include matcher description in its mismatch messages.
9-
Fix #82 - include exception details in mismatch description.
6+
Fix #128 - raises() grows support for additional matchers on exception object.
107

118
* Made has_properties() report all mismatches, not just the first.
129
* Silence warnings.
1310
* Type fixes.
1411
* Remove obsolete dependencies.
1512

13+
=== Version 1.10.1 ==
14+
15+
Add support up to Python 3.8
16+
17+
Fix #66 - deprecate contains() in favour of contains_exactly().
18+
Fix #72 - make has_properties mismatch description less verbose by adding option to AllOf not to include matcher description in its mismatch messages.
19+
Fix #82 - include exception details in mismatch description.
20+
1621
=== Version 1.9.0 ==
1722

1823
Drop formal support for 2.x < 2.7

src/hamcrest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from hamcrest.core import *
22
from hamcrest.library import *
33

4-
__version__ = "1.10.0"
4+
__version__ = "2.0.0"
55
__author__ = "Chris Rose"
66
__copyright__ = "Copyright 2020 hamcrest.org"
77
__license__ = "BSD, see License.txt"

0 commit comments

Comments
 (0)