2020-02-19, Version 0.11.0
[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)
.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
CHANGELOG.md | 23 +++++++++++++++++++++++
Cargo.toml | 5 ++---
src/lib.rs | 5 ++---
3 files changed, 27 insertions(+), 6 deletions(-)
2018-09-03, Version 0.8.1
[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)
.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(-)