Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

48 lines (25 loc) · 2.38 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.16 (2022-10-14)

0.0.15 (2021-06-08)

0.0.14 (2021-03-03)

0.0.13 (2021-02-25)

0.0.12 (2021-02-10)

Features

  • derive missing traits for TreeReplica: Eq, Debug, etc. (3d35dc5)

0.0.11 (2021-02-09)

0.0.10 (2021-02-03)

0.0.9 (2021-01-27)

0.0.8 (2021-01-14)

0.0.7 (2021-01-06)

0.0.6 (2020-11-23)

0.0.5 (2020-10-08)

0.0.4 (2020-10-07)

0.0.3 (2020-09-22)

Bug Fixes

  • examples: revert 2 changes from commit 27ace7c8208bf6ad1b66301c81bf4d20fcd119f6 that broke test_truncate_log and test_move_to_trash in examples/tree.rs (2b5cf6c)
  • log: add log dependency in Cargo.toml (1e6d75a)
  • tests: check for empty array that could cause test prop_log_descending() to fail (48b7d12)

0.0.2 (2020-09-05)

0.0.1 (2020-08-27)

  • Initial implementation