Skip to content

Latest commit

 

History

History
140 lines (119 loc) · 7.48 KB

CHANGELOG.md

File metadata and controls

140 lines (119 loc) · 7.48 KB

2020-07-09, Version 0.12.1

Commits

  • [19c8ba8bfb] (cargo-release) version 0.12.1 (Bruno Tavares)
  • [3c047cbdca] Merge pull request #31 from khodzha/stream_init (Bruno Tavares)
  • [c3bb96094d] proper initialization for MerkleTreeStream (Shamir Khodzha)
  • [cedc3421a9] Update changelog (Bruno Tavares)

Stats

 CHANGELOG.md | 20 ++++++++++++++++++++
 Cargo.toml   |  2 +-
 src/lib.rs   | 15 ++++++++++++++-
 tests/lib.rs | 15 +++++++++++++++
 4 files changed, 50 insertions(+), 2 deletions(-)

2020-03-03, Version 0.12.0

Commits

  • [9779383689] (cargo-release) version 0.12.0 (Bruno Tavares)
  • [a15ebae355] Point flat-tree to crates version (Bruno Tavares)
  • [5e24897cc4] Change from usize to u64 (#29) (Bruno Tavares)
  • [18f5f2f2ad] Update changelog (Bruno Tavares)

Stats

 .travis.yml         |  6 +++---
 CHANGELOG.md        | 21 +++++++++++++++++++++
 Cargo.toml          | 10 +++++-----
 src/default_node.rs | 12 ++++++------
 src/lib.rs          | 16 ++++++++--------
 src/partial_node.rs | 10 +++++-----
 tests/lib.rs        |  6 +++---
 7 files changed, 51 insertions(+), 30 deletions(-)

2020-02-18, Version 0.11.0

Commits

  • [7582272d2c] (cargo-release) version 0.11.0 (Bruno Tavares)
  • [5452a3af65] Make structures Send (#28) (Bruno Tavares)
  • [9790978c22] Update hex requirement from 0.3.2 to 0.4.0 (dependabot-preview[bot])
  • [9b09398359] Update quickcheck requirement from 0.8.1 to 0.9.0 (dependabot-preview[bot])
  • [0e15f1fff2] Update changelog (Yoshua Wuyts)

Stats

 CHANGELOG.md      | 19 +++++++++++++++++++
 Cargo.toml        |  8 +++++---
 README.md         |  4 ++--
 examples/async.rs | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 examples/main.rs  |  4 ++--
 src/lib.rs        | 36 ++++++++++++++++++------------------
 tests/lib.rs      | 18 +++++++++---------
 7 files changed, 104 insertions(+), 34 deletions(-)

2018-11-26, Version 0.9.0

Commits

  • [d7f3fddd69] (cargo-release) version 0.9.0 (Yoshua Wuyts)
  • [c2bfa8c81a] Contrain Node as: From (#21) (Scott Trinh)
  • [83fa0f313e] Update changelog (Yoshua Wuyts)

Stats

 CHANGELOG.md        | 19 +++++++++++++++++++
 Cargo.toml          |  2 +-
 README.md           | 11 +++++++----
 examples/main.rs    | 16 +++++++---------
 src/default_node.rs |  8 +++++++-
 src/lib.rs          | 47 ++++++++++++++++++++++++++---------------------
 tests/lib.rs        |  4 ----
 7 files changed, 67 insertions(+), 40 deletions(-)

2018-11-26, Version 0.9.0

Commits

  • [d7f3fddd69] (cargo-release) version 0.9.0 (Yoshua Wuyts)
  • [c2bfa8c81a] Contrain Node as: From (#21) (Scott Trinh)
  • [83fa0f313e] Update changelog (Yoshua Wuyts)

Stats

 CHANGELOG.md        | 19 +++++++++++++++++++
 Cargo.toml          |  2 +-
 README.md           | 11 +++++++----
 examples/main.rs    | 16 +++++++---------
 src/default_node.rs |  8 +++++++-
 src/lib.rs          | 47 ++++++++++++++++++++++++++---------------------
 tests/lib.rs        |  4 ----
 7 files changed, 67 insertions(+), 40 deletions(-)

2018-10-28, Version 0.8.0

Commits

  • [b6096eacff] (cargo-release) version 0.8.0 (Yoshua Wuyts)
  • [770347ec82] Use NodeKind enum instead of Option for PartialNode data (#18) (Scott Trinh)
  • [04b163a5d1] Update changelog (Yoshua Wuyts)

Stats

 CHANGELOG.md        | 25 +++++++++++++++++++++++++
 Cargo.toml          |  2 +-
 examples/main.rs    |  7 +++++--
 src/default_node.rs |  6 +++---
 src/lib.rs          | 24 +++++++++++++++---------
 src/partial_node.rs | 14 +++++++++++---
 tests/lib.rs        | 20 +++++++++++---------
 7 files changed, 71 insertions(+), 27 deletions(-)

2018-10-17, Version 0.7.0

Commits

  • [8fe517e043] (cargo-release) version 0.7.0 (Yoshua Wuyts)
  • [3468de73e7] Fix features (#17) (Yoshua Wuyts)
  • [961426a0b4] Add doctest for MerkleTreeStream (#16) (Kuba)
  • [42eb089703] Update rust_sodium requirement from 0.7.0 to 0.10.0 (#14) (dependabot[bot])
  • [f2552f963f] Update quickcheck requirement from 0.6.2 to 0.7.1 (#15) (dependabot[bot])
  • [2543672317] Keep up with modern times in clippy invocation (#13) (Szabolcs Berecz)
  • [bfe9fa5630] Update .github (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                               |   5 +-
 Cargo.toml                                |   7 +--
 examples/main.rs                          |  43 ++++--------
 src/lib.rs                                | 113 +++++++++++++++++++++++++++++--
 tests/lib.rs                              |  41 ++++-------
 9 files changed, 221 insertions(+), 99 deletions(-)