Skip to content

Commit bd63d74

Browse files
authored
Merge pull request #9 from zcash/release-0.2.1
v0.2.1 release
2 parents 03938c8 + b5567ec commit bd63d74

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this library adheres to Rust's notion of
77

88
## [Unreleased]
99

10-
## [0.2.0] - 2025-02-19
10+
## [0.2.1] - 2025-02-20
1111
### Added
1212
- `zcash_spec::PrfExpand::REGISTERED_ZIP32_CHILD` (for tagged ZIP 32 child
1313
derivation).
@@ -23,6 +23,9 @@ and this library adheres to Rust's notion of
2323
- `zcash_spec::PrfExpand::ARBITRARY_ZIP32_CHILD` (use `ADHOC_ZIP32_CHILD`
2424
instead).
2525

26+
Note: There was no v0.2.0 release because the tag was originally pushed
27+
incorrectly.
28+
2629
## [0.1.2] - 2024-10-01
2730
### Added
2831
- `zcash_spec::PrfExpand::ARBITRARY_ZIP32_CHILD`

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zcash_spec"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [
55
"Jack Grigg <[email protected]>",
66
]

0 commit comments

Comments
 (0)