We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1ba2c commit 993d5e7Copy full SHA for 993d5e7
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## 0.14.0 - 2024-11-15
6
+
7
### Features
8
9
- Improve inspection of Module. [#263](https://github.com/splitwise/super_diff/pull/263) by [@phorsuedzie](https://github.com/phorsuedzie)
Gemfile.lock
@@ -10,7 +10,7 @@ GIT
10
PATH
11
remote: .
12
specs:
13
- super_diff (0.13.0)
+ super_diff (0.14.0)
14
attr_extras (>= 6.2.4)
15
diff-lcs
16
patience_diff
lib/super_diff/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module SuperDiff
- VERSION = '0.13.0'
+ VERSION = '0.14.0'
end
0 commit comments