This repository was archived by the owner on Oct 9, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments