Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Jan 16, 2020
1 parent 3dc60dc commit ad0ab20
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Master
## [v0.4.0][] (2020-01-16)

* Support `match_array` matcher
* Support `has_*` matcher
Expand All @@ -9,6 +9,7 @@
* [Remove explicit dependency on ActiveRecord][#64]
([@flash-gordon][])

[v0.4.0]: https://github.com/mcmire/super_diff/tree/v0.4.0
[#64]: https://github.com/mcmire/super_diff/pull/64
[@flash-gordon]: https://github.com/flash-gordon

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/no_rails.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.3.0)
super_diff (0.4.0)
attr_extras
diff-lcs
patience_diff
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.3.0)
super_diff (0.4.0)
attr_extras
diff-lcs
patience_diff
Expand All @@ -55,7 +55,7 @@ GEM
thor (>= 0.14.0)
arel (7.1.4)
ast (2.4.0)
attr_extras (6.2.1)
attr_extras (6.2.2)
byebug (11.0.1)
childprocess (2.0.0)
rake (< 13.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.3.0)
super_diff (0.4.0)
attr_extras
diff-lcs
patience_diff
Expand All @@ -55,7 +55,7 @@ GEM
thor (>= 0.14.0)
arel (8.0.0)
ast (2.4.0)
attr_extras (6.2.1)
attr_extras (6.2.2)
byebug (11.0.1)
childprocess (2.0.0)
rake (< 13.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.3.0)
super_diff (0.4.0)
attr_extras
diff-lcs
patience_diff
Expand All @@ -55,7 +55,7 @@ GEM
thor (>= 0.14.0)
arel (9.0.0)
ast (2.4.0)
attr_extras (6.2.1)
attr_extras (6.2.2)
byebug (11.0.1)
childprocess (2.0.0)
rake (< 13.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.3.0)
super_diff (0.4.0)
attr_extras
diff-lcs
patience_diff
Expand All @@ -54,7 +54,7 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.0)
attr_extras (6.2.1)
attr_extras (6.2.2)
byebug (11.0.1)
childprocess (2.0.0)
rake (< 13.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/super_diff/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SuperDiff
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze
end

0 comments on commit ad0ab20

Please sign in to comment.