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 a85ecac commit ffb1c09Copy full SHA for ffb1c09
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## 0.16.0 - 2025-06-17
6
+
7
### Breaking changes
8
9
- Dropped support for Ruby 3.0, which reached EOL in April 2024. [#280](https://github.com/splitwise/super_diff/pull/280)
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- super_diff (0.15.0)
+ super_diff (0.16.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.15.0'
+ VERSION = '0.16.0'
end
0 commit comments