Skip to content

Commit b002ab9

Browse files
committed
Release merit v4.0.2, update NEWS
1 parent 537275d commit b002ab9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NEWS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
User-visible changes worth mentioning.
44

5-
## Upcoming (unreleased)
5+
## 4.0.2
66

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

1013
## 4.0.1
1114

merit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ }
77
s.test_files = `git ls-files -- test/*`.split("\n")
88
s.license = 'MIT'
9-
s.version = '4.0.1'
9+
s.version = '4.0.2'
1010
s.authors = ["Tute Costa"]
1111
s.email = 'tutecosta@gmail.com'
1212

0 commit comments

Comments
 (0)