Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

42 lines (36 loc) · 2.57 KB

2018-12-28, Version 0.8.0

Commits

  • [f2fd8ba77a] (cargo-release) version 0.8.0 (Yoshua Wuyts)
  • [5927b5e69b] remove trailing zero verification (#13) (Yoshua Wuyts)
  • [bb5cd2c9ba] inline parsing (#12) (Yoshua Wuyts)
  • [4544c57897] edition 2018 (#11) (Yoshua Wuyts)
  • [fae3dece83] Update changelog (Yoshua Wuyts)

Stats

 CHANGELOG.md    | 24 ++++++++++++++++++++++++
 Cargo.toml      |  3 ++-
 src/lib.rs      | 37 ++++++++++++++-----------------------
 tests/header.rs |  8 ++++----
 4 files changed, 44 insertions(+), 28 deletions(-)

2018-10-18, Version 0.7.0

Commits

  • [563b87b65f] (cargo-release) version 0.7.0 (Yoshua Wuyts)
  • [603749a204] work on stable (#10) (Yoshua Wuyts)
  • [2c80b79a27] Keep up with modern times in clippy invocation (#9) (Szabolcs Berecz)
  • [db1d66d294] Update .github (Yoshua Wuyts)
  • [d23967a196] ignore .dat (Yoshua Wuyts)
  • [e9858cd35a] (cargo-release) start next development iteration 0.6.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 ++++++++++++++-
 .gitignore                                |  1 +-
 .travis.yml                               | 24 ++++++++++---------
 Cargo.toml                                |  2 +-
 README.md                                 |  4 +--
 src/lib.rs                                | 19 ++++++++++++---
 9 files changed, 108 insertions(+), 53 deletions(-)