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

Commit 38271c0

Browse files
committed
Update changelog
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 455bd12 commit 38271c0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## 2019-03-07, Version 1.0.1
2+
### Commits
3+
- [[`455bd12a1a`](https://github.com/yoshuawuyts/ready/commit/455bd12a1aeac3deae4c8432050b69eced51b956)] (cargo-release) version 1.0.1 (Yoshua Wuyts)
4+
- [[`331b94abd0`](https://github.com/yoshuawuyts/ready/commit/331b94abd01c5848e51584ebf3ce5684cf08dd02)] tweak desc (Yoshua Wuyts)
5+
- [[`9ea6f9f059`](https://github.com/yoshuawuyts/ready/commit/9ea6f9f0594e56261e46261b08ccfdebf7012299)] . (Yoshua Wuyts)
6+
7+
### Stats
8+
```diff
9+
.github/CODE_OF_CONDUCT.md | 75 ++++++++++++-
10+
.github/CONTRIBUTING.md | 63 ++++++++++-
11+
.github/ISSUE_TEMPLATE.md | 9 +-
12+
.github/ISSUE_TEMPLATE/bug_report.md | 23 ++++-
13+
.github/ISSUE_TEMPLATE/feature_request.md | 43 +++++++-
14+
.github/ISSUE_TEMPLATE/question.md | 18 +++-
15+
.github/PULL_REQUEST_TEMPLATE.md | 21 +++-
16+
.github/stale.yml | 17 +++-
17+
.gitignore | 7 +-
18+
.travis.yml | 13 ++-
19+
CERTIFICATE | 37 ++++++-
20+
Cargo.toml | 17 +++-
21+
LICENSE-APACHE | 190 +++++++++++++++++++++++++++++++-
22+
LICENSE-MIT | 21 +++-
23+
README.md | 75 ++++++++++++-
24+
rustfmt.toml | 2 +-
25+
src/error.rs | 73 ++++++++++++-
26+
src/lib.rs | 80 +++++++++++++-
27+
tests/test.rs | 0
28+
19 files changed, 784 insertions(+)
29+
```
30+
31+

0 commit comments

Comments
 (0)