CHANGELOG.md in minitest-keyword-1.0.1 vs CHANGELOG.md in minitest-keyword-1.0.2
- old
+ new
@@ -4,10 +4,16 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [1.0.2] - 2024-01-23
+
+### Changed
+
+- Support keyword arguments for `assert_respond_to` and `refute_respond_to`.
+
## [1.0.1] - 2021-11-17
### Changed
- Require MFA for releasing.
@@ -16,8 +22,9 @@
### Changed
- The name of the underlying parameter changed for `assert_in_epsilon` from `a` and `b` to `exp` and `act`. As such, in order to normalize, those were aliased to `expected` and `actual` as well.
-[unreleased]: https://github.com/kddnewton/minitest-keyword/compare/v1.0.1...HEAD
+[unreleased]: https://github.com/kddnewton/minitest-keyword/compare/v1.0.2...HEAD
+[1.0.2]: https://github.com/kddnewton/minitest-keyword/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/kddnewton/minitest-keyword/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/kddnewton/minitest-keyword/compare/846f1f...v1.0.0