Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

79 lines (59 loc) · 2.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

0.1.10 - 2023-02-23

Changed

  • Updated bindgen version from 0.60.1 to 0.64.0

0.1.9 - 2023-02-23

Changed

  • Updated depend/zcash to version 5.4.0 which includes updated dependencies

0.1.8 - 2022-10-31

Changed

  • Updated depend/zcash to version 5.3.0 which includes updated dependencies
  • Updated bindgen to version 0.60.1

0.1.7 - 2022-08-31

Changed

  • Updated depend/zcash to version 5.2.0 which includes updated dependencies

0.1.6 - 2022-05-16

Changed

  • Exposed precomputation API
  • Updated depend/zcash to version 5.0.0 which includes API for V5 transactions

0.1.5 - 2020-12-09

Changed

  • Updated depend/zcash to new version including a precompute API

0.1.4 - 2020-11-17

Changed

  • switched from bindgen 0.55 to bindgen 0.54 to avoid a dependency conflict with rocksdb

0.1.3 - 2020-10-09

Changed

  • Enabled endomorphism optimization
  • Changed zcash dependency from a submodule to a subtree

Fixed

  • Can now run cargo publish and cargo release without errors

0.1.2 - 2020-09-21

Removed

  • dependency on color-eyre in build.rs

0.1.1 - 2020-09-15

Changed

  • enabled the parallel feature of cc to enable parallel compilation

Security

  • Updated bindgen to a non yanked version