Skip to content

Commit cfe4dff

Browse files
committed
v0.6.0
1 parent 4e34111 commit cfe4dff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [0.6.0] - 2025-07-25
4+
35
- Add `--only` option to only include specific files or directories in the diff.
46
- Add `rails-diff dotfiles` to compare dotfiles (configuration files) in the repository.
57
- [BUGFIX] --fail-on-diff wasn't aborting with errors on diff.
@@ -68,6 +70,9 @@ M## [0.1.1] - 2025-02-21
6870

6971
- Initial release
7072

73+
[0.6.0]: https://github.com/matheusrich/rails-diff/releases/tag/v0.6.0
74+
[0.5.0]: https://github.com/matheusrich/rails-diff/releases/tag/v0.5.0
75+
[0.4.1]: https://github.com/matheusrich/rails-diff/releases/tag/v0.4.1
7176
[0.4.1]: https://github.com/matheusrich/rails-diff/releases/tag/v0.4.1
7277
[0.4.0]: https://github.com/matheusrich/rails-diff/releases/tag/v0.4.0
7378
[0.3.0]: https://github.com/matheusrich/rails-diff/releases/tag/v0.3.0

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.5.0"
5+
VERSION = "0.6.0"
66
end
77
end

0 commit comments

Comments
 (0)