We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebc2f9 commit e3def5dCopy full SHA for e3def5d
3 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## 0.19.0 - 2026-05-01
6
+
7
### Features
8
9
- Add opt-in binary string diff support. [#301](https://github.com/splitwise/super_diff/pull/301) by [@gschlager](https://github.com/gschlager)
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- super_diff (0.18.0)
+ super_diff (0.19.0)
attr_extras (>= 6.2.4, < 8)
diff-lcs (~> 1.5)
patience_diff (~> 1.2)
lib/super_diff/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SuperDiff
- VERSION = '0.18.0'
+ VERSION = '0.19.0'
end
0 commit comments