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

Commit 8ce5768

Browse files
committed
Merge pull request #9 from nisshiee/release-1.0.1
Prepare for release 1.0.1
2 parents 18910a5 + 8a5b412 commit 8ce5768

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ RSpec.define MyModel do
8787
end
8888
```
8989

90+
## Changelog
91+
92+
see [CHANGELOG.md](./CHANGELOG.md)
93+
9094
## Contributing
9195

9296
Bug reports and pull requests are welcome on GitHub at https://github.com/nisshiee/validation_examples_matcher.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ValidationExamplesMatcher
3-
VERSION = '1.0.0'
3+
VERSION = '1.0.1'
44
end

0 commit comments

Comments
 (0)