Skip to content

Latest commit

 

History

History
80 lines (68 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

80 lines (68 loc) · 4.69 KB

2020-07-09, Version 0.6.1

Commits

  • [b559443333] (cargo-release) version 0.6.1 (Bruno Tavares)
  • [1935f708bc] Merge pull request #18 from khodzha/as_bitfield (Bruno Tavares)
  • [edd6bf54d4] added as_bitfield() -> &Bitfield method (Shamir Khodzha)
  • [0eb38f3b97] Update changelog (Bruno Tavares)

Stats

 CHANGELOG.md | 21 +++++++++++++++++++++
 Cargo.toml   |  2 +-
 src/lib.rs   |  5 +++++
 3 files changed, 27 insertions(+), 1 deletion(-)

2020-03-03, Version 0.6.0

Commits

  • [9e7d303f35] (cargo-release) version 0.6.0 (Bruno Tavares)
  • [fab4ef7730] Merge pull request #17 from bltavares/usize-to-u64 (Bruno Tavares)
  • [0134d747e4] Point flat-tree to crates version (Bruno Tavares)
  • [7213b1dfcd] Change from usize to u64 (Bruno Tavares)
  • [1198d8a7ca] Update changelog (Yoshua Wuyts)

Stats

 .travis.yml         |  6 +++---
 CHANGELOG.md        | 22 ++++++++++++++++++++++-
 Cargo.toml          |  6 +++---
 src/lib.rs          | 55 ++++++++++++++++++++++++------------------------------
 src/proof.rs        | 14 +++++++-------
 src/verification.rs |  4 ++--
 tests/test.rs       | 20 +++++++++++++-------
 7 files changed, 75 insertions(+), 52 deletions(-)

2018-10-18, Version 0.5.0

Commits

  • [1e6b8eeb50] (cargo-release) version 0.5.0 (Yoshua Wuyts)
  • [a8a4cc6f9b] enable to work on stable (#11) (Yoshua Wuyts)
  • [babd4a450c] Update sparse-bitfield requirement from 0.7.0 to 0.8.1 (#10) (dependabot[bot])
  • [5fd7abe492] Keep up with modern times in clippy invocation (#9) (Szabolcs Berecz)
  • [7ff59dfd42] Merge pull request #8 from ZhouHansen/comment-blocks (周汉成)
  • [1c1ff326ba] add comment (ZhouHansen)
  • [c6ad5124d7] Update changelog (Yoshua Wuyts)

Stats

 .travis.yml   | 24 +++++++++++++-----------
 CHANGELOG.md  | 21 +++++++++++++++++++++
 Cargo.toml    |  6 +++---
 README.md     |  4 ++--
 src/lib.rs    | 48 +++++++++++++++++++++++++++++++++++++++++++-----
 tests/test.rs | 20 ++++++--------------
 6 files changed, 88 insertions(+), 35 deletions(-)

2018-09-03, Version 0.4.1

Commits

  • [271ed7d7db] (cargo-release) version 0.4.1 (Yoshua Wuyts)
  • [80977f5fac] use bitwise operator (#5) (周汉成)
  • [766bb7dd82] update .github (Yoshua Wuyts)
  • [82e189ef4e] Switch to clippy-preview (#3) (Szabolcs Berecz)
  • [f3d0e3833b] (cargo-release) start next development iteration 0.4.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 ++++++++++++++-
 .travis.yml                               |  6 +++--
 Cargo.toml                                |  2 +-
 src/lib.rs                                | 21 ++---------------
 7 files changed, 83 insertions(+), 57 deletions(-)