Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Jan 30, 2020
1 parent aca3398 commit d0f0da7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.4.1][] (2020-01-30)

* [Fix multiple exception failures so that they work again][#66]
([@numbata][])

[v0.4.1]: https://github.com/mcmire/super_diff/tree/v0.4.1
[#66]: https://github.com/mcmire/super_diff/pull/66
[@numbata]: https://github.com/numbata

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

* Support `match_array` matcher
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
SuperDiff is a gem that hooks into RSpec
to intelligently display the differences between two data structures of any type.

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

[changelog]: CHANGELOG.md

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.4.0)
super_diff (0.4.1)
attr_extras
diff-lcs
patience_diff
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0)
super_diff (0.4.1)
attr_extras
diff-lcs
patience_diff
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0)
super_diff (0.4.1)
attr_extras
diff-lcs
patience_diff
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0)
super_diff (0.4.1)
attr_extras
diff-lcs
patience_diff
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0)
super_diff (0.4.1)
attr_extras
diff-lcs
patience_diff
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.4.0".freeze
VERSION = "0.4.1".freeze
end

0 comments on commit d0f0da7

Please sign in to comment.