## 2019-03-07, Version 1.0.2 ### Commits - [[`98cecf5a32`](https://github.com/yoshuawuyts/ready/commit/98cecf5a32491a3d9fb238954ba6adbb619f1cf6)] (cargo-release) version 1.0.2 (Yoshua Wuyts) - [[`ab5beaa174`](https://github.com/yoshuawuyts/ready/commit/ab5beaa174a79cdea95bfbbc640909c0dcf740f8)] fix mutability (Yoshua Wuyts) - [[`38271c0725`](https://github.com/yoshuawuyts/ready/commit/38271c0725a0cd27d2faffd5ea943c74e74bb718)] Update changelog (Yoshua Wuyts) ### Stats ```diff CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ Cargo.toml | 2 +- src/lib.rs | 8 ++++---- 3 files changed, 36 insertions(+), 5 deletions(-) ``` ## 2019-03-07, Version 1.0.1 ### Commits - [[`455bd12a1a`](https://github.com/yoshuawuyts/ready/commit/455bd12a1aeac3deae4c8432050b69eced51b956)] (cargo-release) version 1.0.1 (Yoshua Wuyts) - [[`331b94abd0`](https://github.com/yoshuawuyts/ready/commit/331b94abd01c5848e51584ebf3ce5684cf08dd02)] tweak desc (Yoshua Wuyts) - [[`9ea6f9f059`](https://github.com/yoshuawuyts/ready/commit/9ea6f9f0594e56261e46261b08ccfdebf7012299)] . (Yoshua Wuyts) ### Stats ```diff .github/CODE_OF_CONDUCT.md | 75 ++++++++++++- .github/CONTRIBUTING.md | 63 ++++++++++- .github/ISSUE_TEMPLATE.md | 9 +- .github/ISSUE_TEMPLATE/bug_report.md | 23 ++++- .github/ISSUE_TEMPLATE/feature_request.md | 43 +++++++- .github/ISSUE_TEMPLATE/question.md | 18 +++- .github/PULL_REQUEST_TEMPLATE.md | 21 +++- .github/stale.yml | 17 +++- .gitignore | 7 +- .travis.yml | 13 ++- CERTIFICATE | 37 ++++++- Cargo.toml | 17 +++- LICENSE-APACHE | 190 +++++++++++++++++++++++++++++++- LICENSE-MIT | 21 +++- README.md | 75 ++++++++++++- rustfmt.toml | 2 +- src/error.rs | 73 ++++++++++++- src/lib.rs | 80 +++++++++++++- tests/test.rs | 0 19 files changed, 784 insertions(+) ```