Skip to content

Commit ad0ab20

Browse files
committed
Bump version to 0.4.0
1 parent 3dc60dc commit ad0ab20

7 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

55
* Support `match_array` matcher
66
* Support `has_*` matcher
@@ -9,6 +9,7 @@
99
* [Remove explicit dependency on ActiveRecord][#64]
1010
([@flash-gordon][])
1111

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

gemfiles/no_rails.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.3.0)
33+
super_diff (0.4.0)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

gemfiles/rails_5_0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.3.0)
33+
super_diff (0.4.0)
3434
attr_extras
3535
diff-lcs
3636
patience_diff
@@ -55,7 +55,7 @@ GEM
5555
thor (>= 0.14.0)
5656
arel (7.1.4)
5757
ast (2.4.0)
58-
attr_extras (6.2.1)
58+
attr_extras (6.2.2)
5959
byebug (11.0.1)
6060
childprocess (2.0.0)
6161
rake (< 13.0)

gemfiles/rails_5_1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.3.0)
33+
super_diff (0.4.0)
3434
attr_extras
3535
diff-lcs
3636
patience_diff
@@ -55,7 +55,7 @@ GEM
5555
thor (>= 0.14.0)
5656
arel (8.0.0)
5757
ast (2.4.0)
58-
attr_extras (6.2.1)
58+
attr_extras (6.2.2)
5959
byebug (11.0.1)
6060
childprocess (2.0.0)
6161
rake (< 13.0)

gemfiles/rails_5_2.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.3.0)
33+
super_diff (0.4.0)
3434
attr_extras
3535
diff-lcs
3636
patience_diff
@@ -55,7 +55,7 @@ GEM
5555
thor (>= 0.14.0)
5656
arel (9.0.0)
5757
ast (2.4.0)
58-
attr_extras (6.2.1)
58+
attr_extras (6.2.2)
5959
byebug (11.0.1)
6060
childprocess (2.0.0)
6161
rake (< 13.0)

gemfiles/rails_6_0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.3.0)
33+
super_diff (0.4.0)
3434
attr_extras
3535
diff-lcs
3636
patience_diff
@@ -54,7 +54,7 @@ GEM
5454
rake
5555
thor (>= 0.14.0)
5656
ast (2.4.0)
57-
attr_extras (6.2.1)
57+
attr_extras (6.2.2)
5858
byebug (11.0.1)
5959
childprocess (2.0.0)
6060
rake (< 13.0)

lib/super_diff/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SuperDiff
2-
VERSION = "0.3.0".freeze
2+
VERSION = "0.4.0".freeze
33
end

0 commit comments

Comments
 (0)