Skip to content

Commit

Permalink
Namada 0.31.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Feb 28, 2024
1 parent ec756b2 commit 2535c9c
Show file tree
Hide file tree
Showing 28 changed files with 140 additions and 119 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.31.8/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Namada 0.31.8 is a patch release that prevents issues with incompatible WASM compilation cache and other minor issues.

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

## v0.31.8

Namada 0.31.8 is a patch release that prevents issues with incompatible WASM compilation cache and other minor issues.

### BUG FIXES

- Downgrade nightly toolchain to `2024-02-10`.
([\#2761](https://github.com/anoma/namada/pull/2761))

### IMPROVEMENTS

- Added WASM cache versioning to avoid issues on updates that don't have
compatible binary format. ([\#2757](https://github.com/anoma/namada/pull/2757))

### SDK

- Make more MASP types public.
([\#2762](https://github.com/anoma/namada/pull/2762))

## v0.31.7

Namada 0.31.7 is a patch release that contains code refactors, various fixes and improvements.
Expand Down
64 changes: 32 additions & 32 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 @@ -53,7 +53,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/anoma/namada"
version = "0.31.7"
version = "0.31.8"

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

0 comments on commit 2535c9c

Please sign in to comment.