Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

58 lines (49 loc) · 3.13 KB

2020-02-19, Version 0.11.0

Commits

  • [698f58f9f3] (cargo-release) version 0.11.0 (Bruno Tavares)
  • [3895909bfa] Bump to 2018 edition (#16) (Bruno Tavares)
  • [f4c97ee26d] To bytes (#17) (Bruno Tavares)
  • [9753787b3a] Update changelog (Yoshua Wuyts)

Stats

 .travis.yml         |  6 +++---
 CHANGELOG.md        | 15 +++++++++++++++
 Cargo.toml          | 22 ++++++++++++----------
 src/lib.rs          | 25 +++++++++++++++++++++----
 tests/model.rs      |  4 +---
 tests/regression.rs |  2 --
 tests/test.rs       | 23 ++++++++++++++++++++---
 7 files changed, 72 insertions(+), 25 deletions(-)

2019-09-07, Version 0.9.0

Commits

Stats

 CHANGELOG.md | 23 +++++++++++++++++++++++
 Cargo.toml   |  5 ++---
 src/lib.rs   |  5 ++---
 3 files changed, 27 insertions(+), 6 deletions(-)

2018-09-03, Version 0.8.1

Commits

  • [d77e66b097] (cargo-release) version 0.8.1 (Yoshua Wuyts)
  • [47ad870ccc] set the bit correctly (#12) (周汉成)
  • [aee39fded8] Update .github (Yoshua Wuyts)
  • [a921fcef8e] init from file (#10) (Yoshua Wuyts)
  • [049fe04193] use built-in power of two method (Yoshua Wuyts)
  • [d730c4057b] (cargo-release) start next development iteration 0.8.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                                |  5 +--
 src/lib.rs                                | 51 +++++++++++++++++++++-----------
 tests/fixtures/40_normal.txt              |  1 +-
 tests/test.rs                             | 15 +++++++++-
 8 files changed, 129 insertions(+), 54 deletions(-)