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 965543c commit 536356dCopy full SHA for 536356d
CHANGELOG.md
@@ -1,5 +1,20 @@
1
## [Unreleased]
2
3
+## [0.4.2] - 2025-03-10
4
+
5
+- Don't abort process on bundle check failure.
6
+- Add optional debug logs.
7
8
+```sh
9
+rails-diff file Gemfile --debug
10
+```
11
12
+or
13
14
15
+DEBUG=1 rails-diff file Gemfile
16
17
18
## [0.4.1] - 2025-03-05
19
20
- Bump `rack` and `uri` minor versions.
lib/rails/diff/version.rb
@@ -2,6 +2,6 @@
module Rails
module Diff
- VERSION = "0.4.1"
+ VERSION = "0.5.0"
end
0 commit comments