2018-10-28, Version 0.8.1
[938d2816cc
] (cargo-release) version 0.8.1 (Yoshua Wuyts)
[79fd7a8141
] Stricter lints (#45) (Yoshua Wuyts)
[96b3af825d
] use spec compatible constants (#44) (Yoshua Wuyts)
[ac8ef53b0c
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++
Cargo.toml | 10 +++++++++-
src/crypto/hash.rs | 8 ++++----
src/crypto/key_pair.rs | 2 +-
src/crypto/merkle.rs | 4 ++--
src/feed.rs | 20 ++++++++++----------
src/feed_builder.rs | 10 +++++-----
src/lib.rs | 19 +++++++++++--------
src/prelude.rs | 4 ++--
src/proof.rs | 4 ++--
src/storage/mod.rs | 2 +-
src/storage/node.rs | 4 ++--
src/storage/persist.rs | 2 +-
13 files changed, 83 insertions(+), 39 deletions(-)
2018-10-18, Version 0.8.0
[048921b077
] (cargo-release) version 0.8.0 (Yoshua Wuyts)
[54ceb55e7b
] travis master only builds (Yoshua Wuyts)
[1a06b5862d
] upgrade (#43) (Yoshua Wuyts)
[2fda376767
] tests/helpers -> tests/common (#38) (Yoshua Wuyts)
[d48e5570fa
] Keep up with modern times in clippy invocation (#35) (Szabolcs Berecz)
[a62a21b249
] Update quickcheck requirement from 0.6.2 to 0.7.1 (#33) (Szabolcs Berecz)
[3bbe87db8d
] Update changelog (Yoshua Wuyts)
.github/ISSUE_TEMPLATE.md | 40 +++---------------------------
.github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++-
.github/ISSUE_TEMPLATE/feature_request.md | 43 ++++++++++++++++++++++++++++++++-
.github/ISSUE_TEMPLATE/question.md | 18 +++++++++++++-
.travis.yml | 24 +++++++++---------
CHANGELOG.md | 25 +++++++++++++++++++-
Cargo.toml | 28 ++++++++++-----------
README.md | 23 +++++++++++++++--
src/feed.rs | 2 +-
src/lib.rs | 23 +++++++++++++----
src/replicate/peer.rs | 2 +-
src/storage/mod.rs | 2 +-
tests/common/mod.rs | 15 +++++++++++-
tests/feed.rs | 29 +++++++++++++++++++---
tests/helpers.rs | 34 +-------------------------
tests/model.rs | 6 ++--
tests/regression.rs | 4 +--
17 files changed, 232 insertions(+), 109 deletions(-)
2018-09-03, Version 0.7.1
[43ad5d3c9a
] (cargo-release) version 0.7.1 (Yoshua Wuyts)
[cb2cfac275
] Update ed25519_dalek to 0.8 and rand to 0.5 (#30) (Luiz Irber)
[ade97ddfe3
] Update memory-pager requirement from 0.7.0 to 0.8.0 (dependabot[bot])
[420a3b19b0
] Upgrade random-access-storage (#26) (Szabolcs Berecz)
[7421f677eb
] update changelog (Yoshua Wuyts)
CHANGELOG.md | 26 ++++++++++++++++++++++++++
Cargo.toml | 14 +++++++-------
benches/bench.rs | 8 +++-----
src/crypto/key_pair.rs | 4 ++--
src/feed.rs | 16 ++++++++--------
src/feed_builder.rs | 6 +++---
src/storage/mod.rs | 40 ++++++++++++++++++++--------------------
src/storage/persist.rs | 4 ++--
tests/compat.rs | 6 +++---
tests/feed.rs | 10 +++++-----
tests/helpers.rs | 8 ++++----
11 files changed, 83 insertions(+), 59 deletions(-)
2018-08-25, Version 0.7.0
[c4c5986191
] (cargo-release) version 0.7.0 (Yoshua Wuyts)
[7d6bde061c
] Storage: implement keypair read/write (#18)
[d027f37ed8
] Update sparse-bitfield requirement from 0.4.0 to 0.8.0 (#20)
[5d9b05f029
] Update memory-pager requirement from 0.4.5 to 0.7.0
[73a3f28e26
] Update sleep-parser requirement from 0.4.0 to 0.6.0
[566b7a1021
] Upgrade to latest random-access-storage (#17)
[e086e60942
] Add rustfmt back to travis (#19)
[eb5edfba43
] (cargo-release) start next development iteration 0.6.1-alpha.0 (Yoshua Wuyts)
.travis.yml | 1 +-
Cargo.toml | 14 ++++++------
src/bitfield/mod.rs | 9 +++-----
src/feed.rs | 49 +++++++++++++++++++++++++++++--------------
src/feed_builder.rs | 3 ++-
src/lib.rs | 2 +-
src/storage/mod.rs | 62 +++++++++++++++++++++++++++++++++++++++++++++++++-----
tests/compat.rs | 7 +++---
tests/feed.rs | 32 ++++++++++++++++++++++++++++-
tests/helpers.rs | 2 +-
tests/storage.rs | 54 +++++++++++++++++++++++++++++++++++++++++++++++-
11 files changed, 197 insertions(+), 38 deletions(-)