Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Feb 22, 2025
1 parent 0000394 commit 15c6e75
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
## [Unreleased]

## [0.1.1] - 2025-02-21
## [0.2.0] - 2025-02-21

- Allow comparing a specific commit
```sh
rails-diff file Dockerfile --commit 3e7640
```

- Allow failing the command when there are diffs

```sh
rails-diff file Dockerfile --fail-on-diff
```

- Return no output when there's no diff

M## [0.1.1] - 2025-02-21

- Fix generator differ

## [0.1.0] - 2025-02-21

- Initial release

[0.2.0]: /~https://github.com/matheusrich/rails-diff/releases/tag/v0.2.0
[0.1.1]: /~https://github.com/matheusrich/rails-diff/releases/tag/v0.1.1
[0.1.0]: /~https://github.com/matheusrich/rails-diff/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion lib/rails/diff/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rails
module Diff
VERSION = "0.1.1"
VERSION = "0.2.0"
end
end

0 comments on commit 15c6e75

Please sign in to comment.