Skip to content

Commit 4ed6229

Browse files
committed
Namada 0.35.1
1 parent 8f91a42 commit 4ed6229

27 files changed

+172
-163
lines changed

.changelog/v0.35.1/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.35.1 is a patch release that fixes a couple build issues with the last minor release.
2+

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v0.35.1
4+
5+
Namada 0.35.1 is a patch release that fixes a couple build issues with the last minor release.
6+
37
## v0.35.0
48

59
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.`
@@ -242,6 +246,9 @@ Namada 0.33.0 is a minor release that contains various new features, improvement
242246

243247
- move query_ibc_tokens and lookup_ibc_token_alias to sdk
244248
([\#2729](https://github.com/anoma/namada/issues/2729))
249+
250+
### SDK
251+
245252
- Add a new method to the sdk to change a validator consensus key.
246253
([\#3037](https://github.com/anoma/namada/pull/3037))
247254
- Improve the function to update an enstablished address via the sdk.

Cargo.lock

Lines changed: 35 additions & 35 deletions
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
@@ -55,7 +55,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
5555
license = "GPL-3.0"
5656
readme = "README.md"
5757
repository = "https://github.com/anoma/namada"
58-
version = "0.35.0"
58+
version = "0.35.1"
5959

6060
[workspace.dependencies]
6161
ark-bls12-381 = {version = "0.3"}

0 commit comments

Comments
 (0)