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

Commit 7efd147

Browse files
committed
Prepare for release 1.0.1
1 parent 18910a5 commit 7efd147

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [v1.0.1](https://github.com/nisshiee/validation_examples_matcher/tree/v1.0.1) 2016-01-31
4+
5+
- NOTHING changed in production code
6+
- Add README (#6)
7+
- Mesure coverage (#8)
8+
9+
## [v1.0.0](https://github.com/nisshiee/validation_examples_matcher/tree/v1.0.0) 2016-01-26
10+
11+
- 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)