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 11# Changelog
22
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+
328## 6.4.0 - 2024-08-16
429
530## What's Changed
Original file line number Diff line number Diff line change 11module Shoulda
22 module Matchers
33 # @private
4- VERSION = '6.4 .0' . freeze
4+ VERSION = '6.5 .0' . freeze
55 end
66end
You can’t perform that action at this time.
0 commit comments