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 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
Original file line number Diff line number Diff line change 22
33module Rails
44 module Diff
5- VERSION = "0.5 .0"
5+ VERSION = "0.6 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments