Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

54 lines (48 loc) · 3.45 KB

2019-09-01, Version 1.0.4

Commits

  • [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)

Stats

 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

Commits

Stats

 .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(+)