We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae93e6 commit 2a50331Copy full SHA for 2a50331
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 7.0.1 - 2025-10-31
4
+
5
+### Bug fixes
6
7
+- Hotfix: Add mutex_m gem dependency by @matsales and @garrettgregor ([#1687])
8
9
+[#1687]: https://github.com/thoughtbot/shoulda-matchers/pull/1687
10
11
## 7.0.0 - 2025-10-31
12
13
### Backward-incompatible changes
lib/shoulda/matchers/version.rb
@@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
- VERSION = '7.0.0'.freeze
+ VERSION = '7.0.1'.freeze
end
0 commit comments