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

Latest commit

 

History

History
37 lines (34 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

37 lines (34 loc) · 2.57 KB

2019-06-24, Version 3.0.0

Commits

  • [6751357025] (cargo-release) version 3.0.0 (Yoshua Wuyts)
  • [cceff70e1e] Remove #![feature(futures_api)] (#2) (Taiki Endo)
  • [4494fc2ec6] (cargo-release) version 2.2.0 (Yoshua Wuyts)
  • [7e76d87cf7] (cargo-release) version 2.1.0 (Yoshua Wuyts)
  • [110d365508] new futures api (#1) (Yoshua Wuyts)
  • [fab2b61ca4] move to rustasync (Yoshua Wuyts)
  • [7d1aeb7b1b] (cargo-release) version 2.0.0 (Yoshua Wuyts)
  • [26c2c1596d] update docs (Yoshua Wuyts)
  • [bb23e024db] improve traits (Yoshua Wuyts)
  • [ea6b82547e] . (Yoshua Wuyts)

Stats

 .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 ++-
 Cargo.toml                                |  16 +++-
 LICENSE-APACHE                            | 190 +++++++++++++++++++++++++++++++-
 LICENSE-MIT                               |  21 +++-
 README.md                                 |  78 +++++++++++++-
 rustfmt.toml                              |   2 +-
 src/error.rs                              |  73 ++++++++++++-
 src/lib.rs                                |  75 ++++++++++++-
 tests/test.rs                             |   1 +-
 18 files changed, 745 insertions(+)