Skip to content

Commit

Permalink
Release merit v4.0.2, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
tute committed Apr 9, 2021
1 parent 537275d commit b002ab9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

User-visible changes worth mentioning.

## Upcoming (unreleased)
## 4.0.2

- [#288] Don’t send “removed badge” notifications when user doesn’t have the
badge
- [#355, #356] Add index on merit_actions.processed column
- [#354] Fix Rails autoloader deprecation warnings
Requires wrapping `Merit::Badge.create` with `Rails.application.reloader.to_prepare`
- Test with Ruby 3 and Rails 6.1 (excludes Rails 5.2 with Ruby 3, that errors out)
- [#288] Don’t send “removed badge” notifications when user doesn’t have the badge

## 4.0.1

Expand Down
2 changes: 1 addition & 1 deletion merit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ }
s.test_files = `git ls-files -- test/*`.split("\n")
s.license = 'MIT'
s.version = '4.0.1'
s.version = '4.0.2'
s.authors = ["Tute Costa"]
s.email = 'tutecosta@gmail.com'

Expand Down

0 comments on commit b002ab9

Please sign in to comment.