From 9bc29540388047d3805e6ed7e07565ea2a9da378 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Sun, 12 Dec 2021 12:08:52 -0800 Subject: [PATCH] Updated the changelog for v2.0.3 release --- CHANGELOG.rst | 42 +++++++++++++++++++++++++++++++++++++ changelog.d/135.bugfix.rst | 3 --- changelog.d/141.feature.rst | 1 - changelog.d/150.misc.rst | 5 ----- changelog.d/156.bugfix.rst | 4 ---- changelog.d/159.misc.rst | 1 - changelog.d/160.feature.rst | 1 - changelog.d/162.misc.rst | 1 - changelog.d/163.misc.rst | 1 - changelog.d/166.misc.rst | 1 - changelog.d/170.feature.rst | 1 - changelog.d/175.misc | 1 - changelog.d/180.bugfix | 1 - 13 files changed, 42 insertions(+), 21 deletions(-) delete mode 100644 changelog.d/135.bugfix.rst delete mode 100644 changelog.d/141.feature.rst delete mode 100644 changelog.d/150.misc.rst delete mode 100644 changelog.d/156.bugfix.rst delete mode 100644 changelog.d/159.misc.rst delete mode 100644 changelog.d/160.feature.rst delete mode 100644 changelog.d/162.misc.rst delete mode 100644 changelog.d/163.misc.rst delete mode 100644 changelog.d/166.misc.rst delete mode 100644 changelog.d/170.feature.rst delete mode 100644 changelog.d/175.misc delete mode 100644 changelog.d/180.bugfix diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cae1008d..b7c9c30c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,45 @@ +2.0.3 (2021-12-12) +------------------ + + Features ^^^^^^^^ + + - * Adds the tests to the sdist. Fixed by #150 + +`#141 `_ + - * Update the CI to test Python 3.10 + +`#160 `_ + - * Add pretty string representation for matchers objects + +`#170 `_ + + + Bugfixes ^^^^^^^^ + + - * Test coverage is now submitted to codecov.io. + + Fixed by #150 + +`#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 `_ + - * Fix is_() type annotations + +`#180 `_ + + + Misc ^^^^ + + - `#150 `_, `#159 `_, `#162 `_, `#163 `_, `#166 `_, `#175 `_ + + + ---- + + Changelog ========= diff --git a/changelog.d/135.bugfix.rst b/changelog.d/135.bugfix.rst deleted file mode 100644 index 782d6eed..00000000 --- a/changelog.d/135.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -* Test coverage is now submitted to codecov.io. - - Fixed by #150 diff --git a/changelog.d/141.feature.rst b/changelog.d/141.feature.rst deleted file mode 100644 index a2245144..00000000 --- a/changelog.d/141.feature.rst +++ /dev/null @@ -1 +0,0 @@ -* Adds the tests to the sdist. Fixed by #150 diff --git a/changelog.d/150.misc.rst b/changelog.d/150.misc.rst deleted file mode 100644 index 10684b93..00000000 --- a/changelog.d/150.misc.rst +++ /dev/null @@ -1,5 +0,0 @@ -* Revamped the build system significantly. - - - Now uses github actions instead of Travis - - Now uses codecov.io instead of coveralls - - Generally modernized it a bunch diff --git a/changelog.d/156.bugfix.rst b/changelog.d/156.bugfix.rst deleted file mode 100644 index ce0b47ef..00000000 --- a/changelog.d/156.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Change to the ``has_entry()`` matcher - if exactly one key matches, but the value does not, report only the mismatching -value. - -Fixed by #157 diff --git a/changelog.d/159.misc.rst b/changelog.d/159.misc.rst deleted file mode 100644 index 7d94547e..00000000 --- a/changelog.d/159.misc.rst +++ /dev/null @@ -1 +0,0 @@ -* Changed the development branch from master to main diff --git a/changelog.d/160.feature.rst b/changelog.d/160.feature.rst deleted file mode 100644 index 71bf8a80..00000000 --- a/changelog.d/160.feature.rst +++ /dev/null @@ -1 +0,0 @@ -* Update the CI to test Python 3.10 diff --git a/changelog.d/162.misc.rst b/changelog.d/162.misc.rst deleted file mode 100644 index 8aba4207..00000000 --- a/changelog.d/162.misc.rst +++ /dev/null @@ -1 +0,0 @@ -* Restore numpy testing for all modern Pythons diff --git a/changelog.d/163.misc.rst b/changelog.d/163.misc.rst deleted file mode 100644 index dd9c0fd8..00000000 --- a/changelog.d/163.misc.rst +++ /dev/null @@ -1 +0,0 @@ -* Verify hamcrest testing on macos and windows diff --git a/changelog.d/166.misc.rst b/changelog.d/166.misc.rst deleted file mode 100644 index 438852ba..00000000 --- a/changelog.d/166.misc.rst +++ /dev/null @@ -1 +0,0 @@ -* Changed the documentation theme to Alabaster diff --git a/changelog.d/170.feature.rst b/changelog.d/170.feature.rst deleted file mode 100644 index 8c4acbb1..00000000 --- a/changelog.d/170.feature.rst +++ /dev/null @@ -1 +0,0 @@ -* Add pretty string representation for matchers objects \ No newline at end of file diff --git a/changelog.d/175.misc b/changelog.d/175.misc deleted file mode 100644 index 928718a0..00000000 --- a/changelog.d/175.misc +++ /dev/null @@ -1 +0,0 @@ -* Explicitly export __all__ for vscode completion diff --git a/changelog.d/180.bugfix b/changelog.d/180.bugfix deleted file mode 100644 index 0572a977..00000000 --- a/changelog.d/180.bugfix +++ /dev/null @@ -1 +0,0 @@ -* Fix is_() type annotations