We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d02c7 commit 769b9d8Copy full SHA for 769b9d8
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## 0.15.0 - 2025-01-06
6
+
7
### Features
8
9
- Implement RSpec 3.13.0+ compatibility. [#258](https://github.com./splitwise/super_diff/pull/258)
Gemfile.lock
@@ -10,7 +10,7 @@ GIT
10
PATH
11
remote: .
12
specs:
13
- super_diff (0.14.0)
+ super_diff (0.15.0)
14
attr_extras (>= 6.2.4)
15
diff-lcs
16
patience_diff
lib/super_diff/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module SuperDiff
- VERSION = '0.14.0'
+ VERSION = '0.15.0'
end
0 commit comments