ZcashFoundation / zcash_script

Rust bindings to the ECC's zcash_script C++ library.
Apache License 2.0
1 stars 11 forks source link

Create the v0.1.14 release - 2nd attempt #110

Closed oxarbitrage closed 1 year ago

oxarbitrage commented 1 year ago

This replaces https://github.com/ZcashFoundation/zcash_script/pull/109 but with the versions bumped.

In https://github.com/ZcashFoundation/zcash_script/pull/109 i created a branch with the same name as the tag so i can't push anymore so created the new v0.1.14_2 branch here.

Then i think we will have to manually tag here in github as the new version was upgraded in crates.io (https://crates.io/crates/zcash_script) but the tag was not created in github:

oxarbitrage@oxarbitrage-Lenovo-ideapad-320S-14IKB:~/zebra/zcash_script_v0.1.14/2/zcash_script$ cargo release --execute patch
Release zcash_script 0.1.14? [y/N] 
y
   Upgrading zcash_script from 0.1.13 to 0.1.14
[v0.1.14 392123b] chore: Release zcash_script version 0.1.14
 4 files changed, 6 insertions(+), 3 deletions(-)
  Publishing zcash_script
    Updating crates.io index

...

note: Waiting for `zcash_script v0.1.14` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published zcash_script v0.1.14 at registry `crates-io`
error: object is no commit object; class=Invalid (3)
oxarbitrage@oxarbitrage-Lenovo-ideapad-320S-14IKB:~/zebra/zcash_script_v0.1.14/2/zcash_script$