Skip to content

Commit 993d5e7

Browse files
committed
Release 0.14.0
1 parent ba1ba2c commit 993d5e7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## 0.14.0 - 2024-11-15
6+
57
### Features
68

79
- Improve inspection of Module. [#263](https://github.com/splitwise/super_diff/pull/263) by [@phorsuedzie](https://github.com/phorsuedzie)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
super_diff (0.13.0)
13+
super_diff (0.14.0)
1414
attr_extras (>= 6.2.4)
1515
diff-lcs
1616
patience_diff

lib/super_diff/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SuperDiff
4-
VERSION = '0.13.0'
4+
VERSION = '0.14.0'
55
end

0 commit comments

Comments
 (0)