Skip to content

Commit bf0cc39

Browse files
committed
zallet 0.1.0-alpha.2
1 parent 899ef86 commit bf0cc39

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66
During the alpha period, no Semantic Versioning is followed; all releases should
77
be considered breaking changes.
88

9-
## [0.1.0-alpha.2] - PLANNED
9+
## [0.1.0-alpha.3] - PLANNED
10+
11+
## [0.1.0-alpha.2] - 2025-10-31
1012

1113
### Added
1214
- JSON-RPC authorization mechanisms, matching zcashd:

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.

book/src/cli/init-wallet-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When run, Zallet will use the [age encryption] identity stored in a wallet's dat
88
initialize the wallet's encryption keys. The encryption identity file name (or path) can
99
be set with the `keystore.encryption_identity` [config option].
1010

11-
> WARNING: For the first Zallet alpha release (0.1.0-alpha.1), `zallet` requires the
11+
> WARNING: As of the latest Zallet alpha release (0.1.0-alpha.2), `zallet` requires the
1212
> encryption identity file to already exist. You can generate one with [`rage`].
1313
1414
## Identity kinds

zallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zallet"
3-
version = "0.1.0-alpha.1"
3+
version = "0.1.0-alpha.2"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

zallet/tests/cmd/example_config.out/zallet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ network = "main"
135135
# features. If this version is not compatible with `zallet --version`, most Zallet
136136
# commands will error and print out information about how to upgrade your wallet,
137137
# along with any changes you need to make to your usage of Zallet.
138-
as_of_version = "0.1.0-alpha.1"
138+
as_of_version = "0.1.0-alpha.2"
139139

140140
# Enable "legacy `zcashd` pool of funds" semantics for the given seed.
141141
#

zallet/tests/cmd/migrate_zcash_conf_mainnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ network = "main"
1515
[external]
1616
1717
[features]
18-
as_of_version = "0.1.0-alpha.1"
18+
as_of_version = "0.1.0-alpha.2"
1919
2020
[features.deprecated]
2121

zallet/tests/cmd/migrate_zcash_conf_regtest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ regtest_nuparams = [
2323
[external]
2424
2525
[features]
26-
as_of_version = "0.1.0-alpha.1"
26+
as_of_version = "0.1.0-alpha.2"
2727
2828
[features.deprecated]
2929

zallet/tests/cmd/migrate_zcash_conf_testnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ network = "test"
1515
[external]
1616
1717
[features]
18-
as_of_version = "0.1.0-alpha.1"
18+
as_of_version = "0.1.0-alpha.2"
1919
2020
[features.deprecated]
2121

0 commit comments

Comments
 (0)