Skip to content

Commit 536356d

Browse files
committed
v0.5.0
1 parent 965543c commit 536356d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## [Unreleased]
22

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+
```sh
15+
DEBUG=1 rails-diff file Gemfile
16+
```
17+
318
## [0.4.1] - 2025-03-05
419

520
- Bump `rack` and `uri` minor versions.

lib/rails/diff/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rails
44
module Diff
5-
VERSION = "0.4.1"
5+
VERSION = "0.5.0"
66
end
77
end

0 commit comments

Comments
 (0)