Skip to content

Commit d0f0da7

Browse files
committed
Bump version to 0.4.1
1 parent aca3398 commit d0f0da7

8 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v0.4.1][] (2020-01-30)
4+
5+
* [Fix multiple exception failures so that they work again][#66]
6+
([@numbata][])
7+
8+
[v0.4.1]: https://github.com/mcmire/super_diff/tree/v0.4.1
9+
[#66]: https://github.com/mcmire/super_diff/pull/66
10+
[@numbata]: https://github.com/numbata
11+
312
## [v0.4.0][] (2020-01-16)
413

514
* Support `match_array` matcher

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
SuperDiff is a gem that hooks into RSpec
1111
to intelligently display the differences between two data structures of any type.
1212

13-
📢 **[See what's changed in the latest version (0.4.0)][changelog].**
13+
📢 **[See what's changed in the latest version (0.4.1)][changelog].**
1414

1515
[changelog]: CHANGELOG.md
1616

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.4.0)
33+
super_diff (0.4.1)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

gemfiles/rails_5_0.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.4.0)
33+
super_diff (0.4.1)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

gemfiles/rails_5_1.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.4.0)
33+
super_diff (0.4.1)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

gemfiles/rails_5_2.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.4.0)
33+
super_diff (0.4.1)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

gemfiles/rails_6_0.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.4.0)
33+
super_diff (0.4.1)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

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.4.0".freeze
2+
VERSION = "0.4.1".freeze
33
end

0 commit comments

Comments
 (0)