File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 0.6.0] - 2025-07-25
4
+
3
5
- Add ` --only ` option to only include specific files or directories in the diff.
4
6
- Add ` rails-diff dotfiles ` to compare dotfiles (configuration files) in the repository.
5
7
- [ BUGFIX] --fail-on-diff wasn't aborting with errors on diff.
@@ -68,6 +70,9 @@ M## [0.1.1] - 2025-02-21
68
70
69
71
- Initial release
70
72
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
71
76
[ 0.4.1 ] : https://github.com/matheusrich/rails-diff/releases/tag/v0.4.1
72
77
[ 0.4.0 ] : https://github.com/matheusrich/rails-diff/releases/tag/v0.4.0
73
78
[ 0.3.0 ] : https://github.com/matheusrich/rails-diff/releases/tag/v0.3.0
Original file line number Diff line number Diff line change 2
2
3
3
module Rails
4
4
module Diff
5
- VERSION = "0.5 .0"
5
+ VERSION = "0.6 .0"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments