Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Apr 25, 2021
1 parent da3cf02 commit 01d81d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Historical changelog for all versions.

## HEAD

## v0.0.2

* Add respond_to_missing? method to ModelSpecHelper
* Add have_validation_error matcher to ValidatorSpecHelper

## v0.0.1

* Added initial model spec helpers, needs further testing and code cleanup
Expand Down
2 changes: 1 addition & 1 deletion lib/validator/matchers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def self.gem_version
module VERSION
MAJOR = 0
MINOR = 0
PATCH = 1
PATCH = 2

STRING = [MAJOR, MINOR, PATCH].join('.')
end
Expand Down

0 comments on commit 01d81d3

Please # to comment.