We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e3634 commit 6ec906dCopy full SHA for 6ec906d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased]
4
5
+## 0.18.0 - 2025-12-05
6
+
7
+## Features
8
9
+- Abbreviate ActionDispatch::Request inspection. [#294](https://github.com/splitwise/super_diff/pull/294)
10
11
## 0.17.0 - 2025-10-24
12
13
### Features
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- super_diff (0.17.0)
+ super_diff (0.18.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
lib/super_diff/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SuperDiff
- VERSION = '0.17.0'
+ VERSION = '0.18.0'
end
0 commit comments