diff --git a/CHANGELOG.md b/CHANGELOG.md index 57808507..41f3e8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/COPYING b/COPYING index 6bec3985..5236692e 100644 --- a/COPYING +++ b/COPYING @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 51366a34..b50a0299 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orchard" -version = "0.1.0-beta.3" +version = "0.1.0" authors = [ "Sean Bowe ", "Jack Grigg ", @@ -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" diff --git a/README.md b/README.md index 70b05dbd..12b74651 100644 --- a/README.md +++ b/README.md @@ -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