Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.42.0 rc1 #3604

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 39 additions & 39 deletions 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 @@ -59,7 +59,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/anoma/namada"
version = "0.41.0"
version = "0.42.0"

[workspace.dependencies]
ark-bls12-381 = {version = "0.3"}
Expand Down
5 changes: 1 addition & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ cargo update -w
git add Cargo.lock
git commit --fixup=$HASH_AFTER
cargo release --execute $VERSION
make all
git add ../*.wasm
git commit --fixup=$HASH_AFTER

# build the wasm checksums (1 fixup)
# add the wasm checksums (1 fixup)
cd $REPO_ROOT
make build-wasm-scripts-docker
git add wasm/checksums.json
git commit --fixup=$HASH_AFTER

Expand Down
Loading
Loading