Skip to content

Commit 731aaa7

Browse files
committed
Bump version to 7.0.0
[ci skip]
1 parent 9069b59 commit 731aaa7

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## 7.0.0 - 2025-10-31
4+
5+
### Backward-incompatible changes
6+
7+
- Drop support for Rails 6.1 and older by @matsales28 ([#1678])
8+
- Drop support for Rails 7.0 by @matsales28 ([#1680])
9+
10+
### Bug fixes
11+
12+
- Ensure @options is always set in ActiveModel::ValidationMatcher by @yelvert ([#1669])
13+
14+
### Features
15+
16+
- Add support for Rails 8 by @matsales28 ([#1677])
17+
- Add Rails 8.1 support by @matsales28 ([#1682])
18+
- Support encrypted ActionText attributes by @spdawson ([#1667])
19+
- Add `service`, `strict_loading`, and `dependent` options to `have_attached` matcher by @matsales28 ([#1675])
20+
21+
### Improvements
22+
23+
- Refactor Ruby manager setup, add mise integration by @amalrik ([#1674])
24+
- Update Ruby versions to latest stable releases by @matsales28 ([#1676], [#1683])
25+
- Update supported Ruby versions to 3.3.10 and 3.4.7
26+
27+
[#1667]: https://github.com/thoughtbot/shoulda-matchers/pull/1667
28+
[#1669]: https://github.com/thoughtbot/shoulda-matchers/pull/1669
29+
[#1674]: https://github.com/thoughtbot/shoulda-matchers/pull/1674
30+
[#1675]: https://github.com/thoughtbot/shoulda-matchers/pull/1675
31+
[#1676]: https://github.com/thoughtbot/shoulda-matchers/pull/1676
32+
[#1677]: https://github.com/thoughtbot/shoulda-matchers/pull/1677
33+
[#1678]: https://github.com/thoughtbot/shoulda-matchers/pull/1678
34+
[#1680]: https://github.com/thoughtbot/shoulda-matchers/pull/1680
35+
[#1682]: https://github.com/thoughtbot/shoulda-matchers/pull/1682
36+
[#1683]: https://github.com/thoughtbot/shoulda-matchers/pull/1683
37+
38+
339
## 6.5.0 - 2025-04-25
440

541
## 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.5.0'.freeze
4+
VERSION = '7.0.0'.freeze
55
end
66
end

0 commit comments

Comments
 (0)