Skip to content

Commit 946fb68

Browse files
committed
v1.2.1
1 parent 0627b0c commit 946fb68

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.2.1 / 2023-09-28
2+
3+
Bug Fixes:
4+
5+
* Support modern RSpec by defining #supports_value_expectations? on matcher.
6+
(Jon Rowe, #52)
7+
18
### 1.2.0 / 2019-09-18
29

310
Enhancements:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RSpec
22
module CollectionMatchers
3-
VERSION = "1.2.0"
3+
VERSION = "1.2.1"
44
end
55
end

0 commit comments

Comments
 (0)