Skip to content

Commit e3def5d

Browse files
committed
Release v0.19.0
1 parent 9ebc2f9 commit e3def5d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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.19.0 - 2026-05-01
6+
57
### Features
68

79
- Add opt-in binary string diff support. [#301](https://github.com/splitwise/super_diff/pull/301) by [@gschlager](https://github.com/gschlager)

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.18.0)
4+
super_diff (0.19.0)
55
attr_extras (>= 6.2.4, < 8)
66
diff-lcs (~> 1.5)
77
patience_diff (~> 1.2)

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.18.0'
4+
VERSION = '0.19.0'
55
end

0 commit comments

Comments
 (0)