Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from nisshiee/release-1.0.1
Browse files Browse the repository at this point in the history
Prepare for release 1.0.1
  • Loading branch information
nisshiee committed Jan 31, 2016
2 parents 18910a5 + 8a5b412 commit 8ce5768
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [v1.0.1](https://github.com/nisshiee/validation_examples_matcher/tree/v1.0.1)

2016-01-31

- NOTHING changed in production code
- [[#6](https://github.com/nisshiee/validation_examples_matcher/pull/6)] Add README
- [[#8](https://github.com/nisshiee/validation_examples_matcher/pull/8)] Mesure coverage

## [v1.0.0](https://github.com/nisshiee/validation_examples_matcher/tree/v1.0.0)

2016-01-26

- First Release
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ RSpec.define MyModel do
end
```

## Changelog

see [CHANGELOG.md](./CHANGELOG.md)

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nisshiee/validation_examples_matcher.
Expand Down
2 changes: 1 addition & 1 deletion lib/validation_examples_matcher/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ValidationExamplesMatcher
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit 8ce5768

Please sign in to comment.