Skip to content

Commit 883bd0f

Browse files
committed
Namada 0.38.1
1 parent 5f43de1 commit 883bd0f

27 files changed

+174
-165
lines changed

.changelog/v0.38.1/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.38.1 is a patch release that fixes a license issue with the last minor release needed to build binaries in CI.
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.38.1
4+
5+
Namada 0.38.1 is a patch release that fixes a license issue with the last minor release needed to build binaries in CI.
6+
37
## v0.38.0
48

59
Namada 0.38.0 is a minor release that upgrades the MASP and events and also cleans up dependencies.
@@ -379,6 +383,9 @@ Namada 0.33.0 is a minor release that contains various new features, improvement
379383

380384
- move query_ibc_tokens and lookup_ibc_token_alias to sdk
381385
([\#2729](https://github.com/anoma/namada/issues/2729))
386+
387+
### SDK
388+
382389
- Add a new method to the sdk to change a validator consensus key.
383390
([\#3037](https://github.com/anoma/namada/pull/3037))
384391
- Improve the function to update an enstablished address via the sdk.

Cargo.lock

Lines changed: 37 additions & 37 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
@@ -57,7 +57,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
5757
license = "GPL-3.0"
5858
readme = "README.md"
5959
repository = "https://github.com/anoma/namada"
60-
version = "0.38.0"
60+
version = "0.38.1"
6161

6262
[workspace.dependencies]
6363
ark-bls12-381 = {version = "0.3"}

0 commit comments

Comments
 (0)