Skip to content

Commit 2535c9c

Browse files
committed
Namada 0.31.8
1 parent ec756b2 commit 2535c9c

28 files changed

+140
-119
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.31.8/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.31.8 is a patch release that prevents issues with incompatible WASM compilation cache and other minor issues.
2+

CHANGELOG.md

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

3+
## v0.31.8
4+
5+
Namada 0.31.8 is a patch release that prevents issues with incompatible WASM compilation cache and other minor issues.
6+
7+
### BUG FIXES
8+
9+
- Downgrade nightly toolchain to `2024-02-10`.
10+
([\#2761](https://github.com/anoma/namada/pull/2761))
11+
12+
### IMPROVEMENTS
13+
14+
- Added WASM cache versioning to avoid issues on updates that don't have
15+
compatible binary format. ([\#2757](https://github.com/anoma/namada/pull/2757))
16+
17+
### SDK
18+
19+
- Make more MASP types public.
20+
([\#2762](https://github.com/anoma/namada/pull/2762))
21+
322
## v0.31.7
423

524
Namada 0.31.7 is a patch release that contains code refactors, various fixes and improvements.

Cargo.lock

Lines changed: 32 additions & 32 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
@@ -53,7 +53,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
5353
license = "GPL-3.0"
5454
readme = "README.md"
5555
repository = "https://github.com/anoma/namada"
56-
version = "0.31.7"
56+
version = "0.31.8"
5757

5858
[workspace.dependencies]
5959
ark-bls12-381 = {version = "0.3"}

0 commit comments

Comments
 (0)