Skip to content

Commit 068b0e7

Browse files
authored
Release version 4.2.0 (#1268)
### Features * Add support for `optional: false` in `belongs_to` associations. ([#1237]) * Add support for associations with `inverse_of: false` and non-standard foreign key ([#1106]) ### Bug fixes * Fix typos in documentation of `allow_values` ([#1241]) * Fix appraisal command in CONTRIBUTING.md file ([#1253]) ### Improvements * Remove minitest reporters dependency ([#1251]) * Development dependency updates [#1106]: #1106 [#1237]: #1237 [#1241]: #1241 [#1253]: #1253
1 parent a9f9192 commit 068b0e7

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.3
1+
2.6.5

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby 2.6.5

NEWS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 4.2.0
2+
3+
### Features
4+
5+
* Add support for `optional: false` in `belongs_to` associations. ([#1237])
6+
* Add support for associations with `inverse_of: false` and non-standard foreign key ([#1106])
7+
8+
### Bug fixes
9+
10+
* Fix typos in documentation of `allow_values` ([#1241])
11+
* Fix appraisal command in CONTRIBUTING.md file ([#1253])
12+
13+
### Improvements
14+
15+
* Remove `minitest-reporters` dependency ([#1251])
16+
* Development dependency updates
17+
18+
[#1106]: https://github.com/thoughtbot/shoulda-matchers/pull/1106
19+
[#1237]: https://github.com/thoughtbot/shoulda-matchers/pull/1237
20+
[#1241]: https://github.com/thoughtbot/shoulda-matchers/pull/1241
21+
[#1253]: https://github.com/thoughtbot/shoulda-matchers/pull/1253
22+
123
# 4.1.2
224

325
### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ complex, and error-prone.
1919

2020
## Quick links
2121

22-
📖 **[Read the documentation for the latest version (4.1.2)][rubydocs].**
22+
📖 **[Read the documentation for the latest version][rubydocs].**
2323
📢 **[See what's changed in a recent version][news].**
2424

2525
[rubydocs]: http://matchers.shoulda.io/docs

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 = '4.1.2'.freeze
4+
VERSION = '4.2.0'.freeze
55
end
66
end

0 commit comments

Comments
 (0)