Skip to content

Commit

Permalink
Release pczt version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Dec 17, 2024
1 parent 8c42a69 commit a59773f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ zcash_note_encryption = "0.4.1"
zcash_primitives = { version = "0.21", path = "zcash_primitives", default-features = false }
zcash_proofs = { version = "0.21", path = "zcash_proofs", default-features = false }

pczt = { version = "0.0", path = "pczt" }
pczt = { version = "0.1", path = "pczt" }

# Shielded protocols
bellman = { version = "0.14", default-features = false, features = ["groth16"] }
Expand Down
11 changes: 11 additions & 0 deletions pczt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog
All notable changes to this library will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2024-12-16
Initial release supporting the PCZT v1 format.
2 changes: 1 addition & 1 deletion pczt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pczt"
version = "0.0.0"
version = "0.1.0"
authors = ["Jack Grigg <jack@electriccoin.co>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit a59773f

Please sign in to comment.