Skip to content

Commit c7d79f4

Browse files
committed
Namada 0.36.1
1 parent 0c2935a commit c7d79f4

29 files changed

+181
-165
lines changed
File renamed without changes.
File renamed without changes.

.changelog/v0.36.1/summary.md

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

CHANGELOG.md

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

3+
## v0.36.1
4+
5+
Namada 0.36.1 is a patch release that updates the Rust toolchain to 1.78.0 fixes a couple minor issues with the last minor release.
6+
7+
### BUG FIXES
8+
9+
- Switch off the "mainnet" feature by default for now.
10+
([\#3287](https://github.com/anoma/namada/pull/3287))
11+
12+
### IMPROVEMENTS
13+
14+
- Updated Rust toolchain to v1.78.0.
15+
([\#3254](https://github.com/anoma/namada/pull/3254))
16+
317
## v0.36.0
418

519
Namada 0.36.0 is a minor release includes various improvements, refactorings, dependencies clear-up and updates, and a new feature that enables to batch transactions.

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.36.0"
60+
version = "0.36.1"
6161

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

0 commit comments

Comments
 (0)