File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 6.5.0 - 2025-04-25
4
+
5
+ ## What's Changed
6
+
7
+ ### Features
8
+
9
+ - Add ` private: true ` qualifier to delegate_method matchers by @pr0d1r2 ([ #1653 ] )
10
+ - Add support for specifying alternatives for uniqueness matcher by @lake-effect ([ #1664 ] )
11
+
12
+ ### Improvements
13
+
14
+ - Add section on testing style that we promote in the README by @clemens ([ #1645 ] )
15
+ - Documentation readbility enhancements by @JuzerShakir ([ #1658 ] )
16
+ - Enable sqlite3 2.x+ by @voxik ([ #1661 ] )
17
+ - Use ` merge! ` instead of ` merge ` when merging hashes by @matsales28 ([ #1650 ] )
18
+ - Fix literal string modifications by @asilano ([ #1665 ] )
19
+
20
+ [ #1645 ] : https://github.com/thoughtbot/shoulda-matchers/pull/1645
21
+ [ #1650 ] : https://github.com/thoughtbot/shoulda-matchers/pull/1650
22
+ [ #1653 ] : https://github.com/thoughtbot/shoulda-matchers/pull/1653
23
+ [ #1658 ] : https://github.com/thoughtbot/shoulda-matchers/pull/1658
24
+ [ #1661 ] : https://github.com/thoughtbot/shoulda-matchers/pull/1661
25
+ [ #1664 ] : https://github.com/thoughtbot/shoulda-matchers/pull/1664
26
+ [ #1665 ] : https://github.com/thoughtbot/shoulda-matchers/pull/1665
27
+
3
28
## 6.4.0 - 2024-08-16
4
29
5
30
## What's Changed
Original file line number Diff line number Diff line change 1
1
module Shoulda
2
2
module Matchers
3
3
# @private
4
- VERSION = '6.4 .0' . freeze
4
+ VERSION = '6.5 .0' . freeze
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments