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 73bfa35 commit b6c5082Copy full SHA for b6c5082
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## 0.17.0 - 2025-10-24
6
+
7
### Features
8
9
- Add official Ruby 3.4 support. [#289](https://github.com/splitwise/super_diff/pull/289) by [@olleolleolle](https://github.com/olleolleolle)
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- super_diff (0.16.0)
+ super_diff (0.17.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
lib/super_diff/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SuperDiff
- VERSION = '0.16.0'
+ VERSION = '0.17.0'
end
0 commit comments