Skip to content

Commit 769b9d8

Browse files
committed
Release 0.15.0
1 parent 44d02c7 commit 769b9d8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## 0.15.0 - 2025-01-06
6+
57
### Features
68

79
- Implement RSpec 3.13.0+ compatibility. [#258](https://github.com./splitwise/super_diff/pull/258)

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
super_diff (0.14.0)
13+
super_diff (0.15.0)
1414
attr_extras (>= 6.2.4)
1515
diff-lcs
1616
patience_diff

lib/super_diff/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SuperDiff
4-
VERSION = '0.14.0'
4+
VERSION = '0.15.0'
55
end

0 commit comments

Comments
 (0)