Skip to content

Commit

Permalink
Release version 4.3.0 (#1276)
Browse files Browse the repository at this point in the history
### Features

* Add `have_rich_text` matcher for `ActionText` (#1263)

### Improvements
* Use range on `validate_exclusion_of#in_range` documentation (#1273)

### Bug fixes

* Fix `missing attribute:: scope 1` intermittent test:  (#1274)
  • Loading branch information
guialbuk committed Feb 18, 2020
1 parent ad4dcf0 commit 321b87e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
@@ -1,3 +1,20 @@
# 4.3.0

### Features

* Add `have_rich_text` matcher for `ActionText` ([#1263])

### Improvements
* Use range on `validate_exclusion_of#in_range` documentation ([#1273])

### Bug fixes

* Fix `missing attribute:: scope 1` intermittent test: ([#1274])

[#1263]: https://github.com/thoughtbot/shoulda-matchers/pull/1263
[#1273]: https://github.com/thoughtbot/shoulda-matchers/pull/1273
[#1273]: https://github.com/thoughtbot/shoulda-matchers/pull/1274

# 4.2.0

### Features
Expand Down
4 changes: 3 additions & 1 deletion README.md
@@ -1,9 +1,11 @@
# Shoulda Matchers [![Gem Version][version-badge]][rubygems] [![Build Status][travis-badge]][travis] ![Downloads][downloads-badge] [![Hound][hound-badge]][hound]
# Shoulda Matchers [![Gem Version][version-badge]][rubygems] [![Build Status][travis-badge]][travis] [![Total Downloads][downloads-total]][rubygems] [![Downloads][downloads-badge]][rubygems] [![Hound][hound-badge]][hound]

[version-badge]: https://img.shields.io/gem/v/shoulda-matchers.svg
[rubygems]: https://rubygems.org/gems/shoulda-matchers
[travis-badge]: https://img.shields.io/travis/thoughtbot/shoulda-matchers/master.svg
[travis]: https://travis-ci.org/thoughtbot/shoulda-matchers
[downloads-total]: https://img.shields.io/gem/dt/shoulda-matchers.svg
[downloads-badge]: https://img.shields.io/gem/dtv/shoulda-matchers.svg
[downloads-badge]: https://img.shields.io/gem/dtv/shoulda-matchers.svg
[hound-badge]: https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg
[hound]: https://houndci.com
Expand Down
2 changes: 1 addition & 1 deletion lib/shoulda/matchers/version.rb
@@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '4.2.0'.freeze
VERSION = '4.3.0'.freeze
end
end

0 comments on commit 321b87e

Please sign in to comment.