@@ -95,17 +95,22 @@ tag-name = "v{{version}}"
95
95
# The message is required for an annotated tag to be created.
96
96
tag-message = " Penumbra version {{version}}"
97
97
pre-release-commit-message = " chore: release version {{version}}"
98
- # Don't push to crates.io; we're still using git branches for velocity.
98
+ # Permit publishing to crates.io; local developers should run `cargo release --no-publish`
99
+ # to prepare the git info, then pushing to remote with tag will trigger crates.io publication.
99
100
publish = true
100
101
# Do commit, tag, and push the version bump, triggering a new release.
101
102
tag = true
102
103
# Don't push, since we're still evaluating the new release workflow.
103
104
push = false
105
+ # Edit each crate's Cargo.toml, bumping versions for other workspace crates.
106
+ dependent-version = " upgrade"
107
+ # Increase default ratelimit on publishing packages
108
+ rate-limit = { existing-packages = 50 }
104
109
105
110
[workspace .package ]
106
111
authors = [" Penumbra Labs <team@penumbralabs.xyz" ]
107
112
edition = " 2021"
108
- version = " 0.82.0-alpha.3 "
113
+ version = " 0.82.0-alpha.13 "
109
114
repository = " https://github.com/penumbra-zone/penumbra"
110
115
homepage = " https://penumbra.zone"
111
116
license = " MIT OR Apache-2.0"
@@ -137,12 +142,12 @@ chacha20poly1305 = { version = "0.9.0" }
137
142
chrono = { default-features = false , version = " 0.4" }
138
143
clap = { version = " 3.2" }
139
144
cnidarium = { version = " 0.82.1" , default-features = false }
140
- cnidarium-component = { default-features = false , version = " 0.82.0-alpha.0 " , path = " crates/cnidarium-component" }
141
- cometindex = { version = " 0.82.0-alpha.0 " , path = " crates/util/cometindex" }
145
+ cnidarium-component = { default-features = false , version = " 0.82.0-alpha.13 " , path = " crates/cnidarium-component" }
146
+ cometindex = { version = " 0.82.0-alpha.13 " , path = " crates/util/cometindex" }
142
147
criterion = { version = " 0.4" }
143
148
decaf377 = { default-features = false , version = " 0.10.1" }
144
- decaf377-fmd = { version = " 0.82.0-alpha.0 " , path = " crates/crypto/decaf377-fmd" }
145
- decaf377-ka = { version = " 0.82.0-alpha.0 " , path = " crates/crypto/decaf377-ka" }
149
+ decaf377-fmd = { version = " 0.82.0-alpha.13 " , path = " crates/crypto/decaf377-fmd" }
150
+ decaf377-ka = { version = " 0.82.0-alpha.13 " , path = " crates/crypto/decaf377-ka" }
146
151
decaf377-rdsa = { version = " 0.11.0" }
147
152
derivative = { version = " 2.2" }
148
153
directories = { version = " 4.0.1" }
@@ -170,35 +175,36 @@ once_cell = { version = "1.8" }
170
175
parking_lot = { version = " 0.12.1" }
171
176
pbjson = { version = " 0.7.0" }
172
177
pbjson-types = { version = " 0.7.0" }
173
- penumbra-sdk-app = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/app" }
174
- penumbra-sdk-asset = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/asset" }
175
- penumbra-sdk-community-pool = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/community-pool" }
176
- penumbra-sdk-compact-block = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/compact-block" }
177
- penumbra-sdk-custody = { version = " 0.82.0-alpha.0" , path = " crates/custody" }
178
- penumbra-sdk-auction = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/auction" }
179
- penumbra-sdk-dex = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/dex" }
180
- penumbra-sdk-distributions = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/distributions" }
181
- penumbra-sdk-fee = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/fee" }
182
- penumbra-sdk-funding = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/funding" }
183
- penumbra-sdk-governance = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/governance" }
184
- penumbra-sdk-ibc = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/ibc" }
185
- penumbra-sdk-keys = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/keys" }
186
- penumbra-sdk-mock-client = { version = " 0.82.0-alpha.0" , path = " crates/test/mock-client" }
187
- penumbra-sdk-mock-consensus = { version = " 0.82.0-alpha.0" , path = " crates/test/mock-consensus" }
188
- penumbra-sdk-mock-tendermint-proxy = { version = " 0.82.0-alpha.0" , path = " crates/test/mock-tendermint-proxy" }
189
- penumbra-sdk-num = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/num" }
190
- penumbra-sdk-proof-params = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/crypto/proof-params" }
191
- penumbra-sdk-proof-setup = { version = " 0.82.0-alpha.0" , path = " crates/crypto/proof-setup" }
192
- penumbra-sdk-proto = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/proto" }
193
- penumbra-sdk-sct = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/sct" }
194
- penumbra-sdk-shielded-pool = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/shielded-pool" }
195
- penumbra-sdk-stake = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/component/stake" }
196
- penumbra-sdk-tct = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/crypto/tct" }
197
- penumbra-sdk-test-subscriber = { version = " 0.82.0-alpha.0" , path = " crates/test/tracing-subscriber" }
198
- penumbra-sdk-transaction = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/transaction" }
199
- penumbra-sdk-txhash = { default-features = false , version = " 0.82.0-alpha.0" , path = " crates/core/txhash" }
200
- penumbra-sdk-view = { version = " 0.82.0-alpha.0" , path = " crates/view" }
201
- penumbra-sdk-wallet = { version = " 0.82.0-alpha.0" , path = " crates/wallet" }
178
+ penumbra-sdk-app = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/app" }
179
+ penumbra-sdk-asset = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/asset" }
180
+ penumbra-sdk-community-pool = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/community-pool" }
181
+ penumbra-sdk-compact-block = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/compact-block" }
182
+ penumbra-sdk-custody = { version = " 0.82.0-alpha.13" , path = " crates/custody" }
183
+ penumbra-sdk-auction = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/auction" }
184
+ penumbra-sdk-dex = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/dex" }
185
+ penumbra-sdk-distributions = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/distributions" }
186
+ penumbra-sdk-fee = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/fee" }
187
+ penumbra-sdk-funding = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/funding" }
188
+ penumbra-sdk-governance = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/governance" }
189
+ penumbra-sdk-ibc = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/ibc" }
190
+ penumbra-sdk-keys = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/keys" }
191
+ penumbra-sdk-mock-client = { version = " 0.82.0-alpha.13" , path = " crates/test/mock-client" }
192
+ penumbra-sdk-mock-consensus = { version = " 0.82.0-alpha.13" , path = " crates/test/mock-consensus" }
193
+ penumbra-sdk-mock-tendermint-proxy = { version = " 0.82.0-alpha.13" , path = " crates/test/mock-tendermint-proxy" }
194
+ penumbra-sdk-num = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/num" }
195
+ penumbra-sdk-proof-params = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/crypto/proof-params" }
196
+ penumbra-sdk-proof-setup = { version = " 0.82.0-alpha.13" , path = " crates/crypto/proof-setup" }
197
+ penumbra-sdk-proto = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/proto" }
198
+ penumbra-sdk-sct = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/sct" }
199
+ penumbra-sdk-shielded-pool = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/shielded-pool" }
200
+ penumbra-sdk-stake = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/component/stake" }
201
+ penumbra-sdk-tct = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/crypto/tct" }
202
+ penumbra-sdk-test-subscriber = { version = " 0.82.0-alpha.13" , path = " crates/test/tracing-subscriber" }
203
+ penumbra-sdk-tower-trace = { version = " 0.82.0-alpha.13" , path = " crates/util/tower-trace" }
204
+ penumbra-sdk-transaction = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/transaction" }
205
+ penumbra-sdk-txhash = { default-features = false , version = " 0.82.0-alpha.13" , path = " crates/core/txhash" }
206
+ penumbra-sdk-view = { version = " 0.82.0-alpha.13" , path = " crates/view" }
207
+ penumbra-sdk-wallet = { version = " 0.82.0-alpha.13" , path = " crates/wallet" }
202
208
pin-project = { version = " 1.0.12" }
203
209
pin-project-lite = { version = " 0.2.9" }
204
210
poseidon377 = { version = " 1.2.0" }
0 commit comments