Skip to content

Commit d8140e8

Browse files
committed
chore: bump version to 6.5.0 [ci skip]
1 parent d476fd1 commit d8140e8

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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

lib/shoulda/matchers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Shoulda
22
module Matchers
33
# @private
4-
VERSION = '6.4.0'.freeze
4+
VERSION = '6.5.0'.freeze
55
end
66
end

0 commit comments

Comments
 (0)