Skip to content

Commit

Permalink
Release merit v4.0.3, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
tute committed Mar 5, 2022
1 parent 4521b85 commit 8a6fc95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

User-visible changes worth mentioning.

## 4.0.3

- Add webrick as a development dependency
- [#363] Fix: `warning: already initialized constant Merit::*` messages
- [#357] Fix `merit_actions` migration template

## 4.0.2

- [#355, #356] Add index on merit_actions.processed column
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.2'
s.version = '4.0.3'
s.authors = ["Tute Costa"]
s.email = '[email protected]'

Expand Down

0 comments on commit 8a6fc95

Please sign in to comment.