orchard 0.1.0

Closes zcash/orchard#232.
This commit is contained in:
Jack Grigg 2022-05-10 22:51:55 +00:00
parent e2eb75c869
commit a412148865
4 changed files with 6 additions and 6 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0] - 2022-05-10
### Changed
- Migrated to `bitvec 1`, `ff 0.12`, `group 0.12`, `incrementalmerkletree 0.3`,
`pasta_curves 0.4`, `halo2_proofs 0.1`, `reddsa 0.3`.

View File

@ -1,4 +1,4 @@
Copyright 2020-2021 The Electric Coin Company
Copyright 2020-2022 The Electric Coin Company
This package ("Original Work") is licensed under the terms of the Bootstrap Open
Source License, version 1.0, or at your option, any later version ("BOSL"). See

View File

@ -1,6 +1,6 @@
[package]
name = "orchard"
version = "0.1.0-beta.3"
version = "0.1.0"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",
@ -10,7 +10,7 @@ authors = [
]
edition = "2021"
rust-version = "1.56.1"
description = "[BETA] The Orchard shielded transaction protocol"
description = "The Orchard shielded transaction protocol"
license-file = "LICENSE-BOSL"
repository = "https://github.com/zcash/orchard"
documentation = "https://docs.rs/orchard"

View File

@ -1,7 +1,5 @@
# orchard [![Crates.io](https://img.shields.io/crates/v/orchard.svg)](https://crates.io/crates/orchard) #
**IMPORTANT**: This library is being actively developed and should not be used in production software.
Requires Rust 1.56.1+.
## Documentation
@ -11,7 +9,7 @@ Requires Rust 1.56.1+.
## License
Copyright 2020-2021 The Electric Coin Company.
Copyright 2020-2022 The Electric Coin Company.
You may use this package under the Bootstrap Open Source Licence, version 1.0,
or at your option, any later version. See the file [`COPYING`](COPYING) for