Skip to content

Commit

Permalink
Namada 0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed May 31, 2024
1 parent 5f43de1 commit 883bd0f
Show file tree
Hide file tree
Showing 27 changed files with 174 additions and 165 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.38.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Namada 0.38.1 is a patch release that fixes a license issue with the last minor release needed to build binaries in CI.

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

## v0.38.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.

## v0.38.0

Namada 0.38.0 is a minor release that upgrades the MASP and events and also cleans up dependencies.
Expand Down Expand Up @@ -379,6 +383,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
74 changes: 37 additions & 37 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 @@ -57,7 +57,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/anoma/namada"
version = "0.38.0"
version = "0.38.1"

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

0 comments on commit 883bd0f

Please sign in to comment.