2019-09-01, Version 1.0.4
[9c938867f5
] (cargo-release) version 1.0.4 (Yoshua Wuyts)
[4d1cd07382
] use ToValue as the bound for captured values (#1) (Ashley Mannix)
[7cc2af3db3
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++
Cargo.toml | 2 +-
examples/main.rs | 1 +
src/lib.rs | 31 ++-----------------------------
4 files changed, 42 insertions(+), 30 deletions(-)
2019-09-01, Version 1.0.3
.github/CODE_OF_CONDUCT.md | 75 +++++++++-
.github/CONTRIBUTING.md | 55 ++++++-
.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 | 14 ++-
.github/stale.yml | 17 ++-
.gitignore | 7 +-
.travis.yml | 13 +-
Cargo.toml | 18 ++-
LICENSE-APACHE | 190 ++++++++++++++++++++++-
LICENSE-MIT | 21 ++-
README.md | 62 +++++++-
examples/main.rs | 13 +-
src/lib.rs | 272 +++++++++++++++++++++++++++++++-
tests/test.rs | 6 +-
17 files changed, 856 insertions(+)