This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
lib/validation_examples_matcher Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ v1.0.1] ( https://github.com/nisshiee/validation_examples_matcher/tree/v1.0.1 )
4+
5+ 2016-01-31
6+
7+ - NOTHING changed in production code
8+ - [[ #6 ] ( https://github.com/nisshiee/validation_examples_matcher/pull/6 )] Add README
9+ - [[ #8 ] ( https://github.com/nisshiee/validation_examples_matcher/pull/8 )] Mesure coverage
10+
11+ ## [ v1.0.0] ( https://github.com/nisshiee/validation_examples_matcher/tree/v1.0.0 )
12+
13+ 2016-01-26
14+
15+ - First Release
Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ RSpec.define MyModel do
8787end
8888```
8989
90+ ## Changelog
91+
92+ see [ CHANGELOG.md] ( ./CHANGELOG.md )
93+
9094## Contributing
9195
9296Bug reports and pull requests are welcome on GitHub at https://github.com/nisshiee/validation_examples_matcher .
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module ValidationExamplesMatcher
3- VERSION = '1.0.0 '
3+ VERSION = '1.0.1 '
44end
You can’t perform that action at this time.
0 commit comments