Skip to content

Commit b6c5082

Browse files
committed
Release v0.17.0
1 parent 73bfa35 commit b6c5082

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.17.0 - 2025-10-24
6+
57
### Features
68

79
- Add official Ruby 3.4 support. [#289](https://github.com/splitwise/super_diff/pull/289) by [@olleolleolle](https://github.com/olleolleolle)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
super_diff (0.16.0)
4+
super_diff (0.17.0)
55
attr_extras (>= 6.2.4)
66
diff-lcs
77
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.16.0'
4+
VERSION = '0.17.0'
55
end

0 commit comments

Comments
 (0)