From 87411dc10173b523bd9400f6677f64cb355a0428 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 16 Dec 2024 20:25:39 -0700 Subject: [PATCH] Release orchard version 0.10.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- src/bundle.rs | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f593afeb..72fda69df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to Rust's notion of ## [Unreleased] +## [0.10.1] - 2024-12-16 + ### Added - Support for Partially-Created Zcash Transactions: - `orchard::builder::Builder::build_for_pczt` diff --git a/Cargo.lock b/Cargo.lock index 90b75e1f6..2cb57d90e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1446,7 +1446,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "orchard" -version = "0.10.0" +version = "0.10.1" dependencies = [ "aes", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index c9be0848d..6de0e327c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orchard" -version = "0.10.0" +version = "0.10.1" authors = [ "Sean Bowe ", "Jack Grigg ", diff --git a/src/bundle.rs b/src/bundle.rs index ed81045ba..f37073c7f 100644 --- a/src/bundle.rs +++ b/src/bundle.rs @@ -543,7 +543,7 @@ pub mod testing { pub use crate::action::testing::{arb_action, arb_unauthorized_action}; - type Unauthorized = super::EffectsOnly; + pub type Unauthorized = super::EffectsOnly; /// Generate an unauthorized action having spend and output values less than MAX_NOTE_VALUE / n_actions. pub fn arb_unauthorized_action_n(