Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

45 lines (39 loc) · 2.84 KB

2019-09-07, Version 0.9.0

Commits

  • [5b4623a7f3] (cargo-release) version 0.9.0 (Yoshua Wuyts)
  • [c63a9a46df] update err bound (Yoshua Wuyts)
  • [d46cac6d02] Merge pull request #20 from bltavares/maintenence (Szabolcs Berecz)
  • [c328349982] Bump code to Rust 2018 edition (Bruno Tavares)
  • [8f3f650af4] Update rand requirement from 0.5.5 to 0.6.0 (dependabot[bot])
  • [ec41dc3123] Update quickcheck requirement from 0.6.2 to 0.7.1 (#12) (dependabot[bot])
  • [a9283d0f8c] Keep up with modern times in clippy invocation (#11) (Szabolcs Berecz)
  • [27b43742e1] Update changelog (Yoshua Wuyts)

Stats

 .travis.yml         |  4 ++--
 CHANGELOG.md        | 21 +++++++++++++++++++++
 Cargo.toml          |  8 ++++----
 src/lib.rs          | 29 ++++++++++++++---------------
 tests/model.rs      |  9 +++------
 tests/regression.rs |  2 --
 tests/test.rs       |  7 ++-----
 7 files changed, 46 insertions(+), 34 deletions(-)

2018-08-31, Version 0.8.0

Commits

  • [544d352173] (cargo-release) version 0.8.0 (Yoshua Wuyts)
  • [4862159cbf] read file to buf not only once (#10) (周汉成)
  • [907cf16695] Update .github (Yoshua Wuyts)
  • [58458af8fa] (cargo-release) start next development iteration 0.7.1-alpha.0 (Yoshua Wuyts)

Stats

 .github/ISSUE_TEMPLATE.md                 | 40 +++-----------------------------
 .github/ISSUE_TEMPLATE/bug_report.md      | 23 ++++++++++++++++++-
 .github/ISSUE_TEMPLATE/feature_request.md | 30 ++++++++++++++++++++++++-
 .github/ISSUE_TEMPLATE/question.md        | 18 ++++++++++++++-
 Cargo.toml                                |  2 +-
 src/lib.rs                                |  2 +-
 tests/fixtures/40_normal.txt              |  1 +-
 tests/test.rs                             |  9 ++++++-
 8 files changed, 86 insertions(+), 39 deletions(-)