Skip to content

Commit ffb1c09

Browse files
committed
Release 0.16.0
1 parent a85ecac commit ffb1c09

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.16.0 - 2025-06-17
6+
57
### Breaking changes
68

79
- Dropped support for Ruby 3.0, which reached EOL in April 2024. [#280](https://github.com/splitwise/super_diff/pull/280)

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.15.0)
4+
super_diff (0.16.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.15.0'
4+
VERSION = '0.16.0'
55
end

0 commit comments

Comments
 (0)