Skip to content

Commit

Permalink
Namada 0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed May 9, 2024
1 parent 8f91a42 commit 4ed6229
Show file tree
Hide file tree
Showing 27 changed files with 172 additions and 163 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.35.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Namada 0.35.1 is a patch release that fixes a couple build issues with the last minor release.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.35.1

Namada 0.35.1 is a patch release that fixes a couple build issues with the last minor release.

## v0.35.0

Namada 0.35.0 is a minor release that refactors events, widely implements checked arithmetics, refactors balances, and makes various other improvements across MASP and other crates needed for mainnet readiness.`
Expand Down Expand Up @@ -242,6 +246,9 @@ Namada 0.33.0 is a minor release that contains various new features, improvement

- move query_ibc_tokens and lookup_ibc_token_alias to sdk
([\#2729](https://github.com/anoma/namada/issues/2729))

### SDK

- Add a new method to the sdk to change a validator consensus key.
([\#3037](https://github.com/anoma/namada/pull/3037))
- Improve the function to update an enstablished address via the sdk.
Expand Down
70 changes: 35 additions & 35 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 @@ -55,7 +55,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/anoma/namada"
version = "0.35.0"
version = "0.35.1"

[workspace.dependencies]
ark-bls12-381 = {version = "0.3"}
Expand Down
Loading

0 comments on commit 4ed6229

Please sign in to comment.