Skip to content

Commit

Permalink
Namada 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed May 21, 2024
1 parent 0c2935a commit c7d79f4
Show file tree
Hide file tree
Showing 29 changed files with 181 additions and 165 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.36.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.

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

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

### BUG FIXES

- Switch off the "mainnet" feature by default for now.
([\#3287](https://github.com/anoma/namada/pull/3287))

### IMPROVEMENTS

- Updated Rust toolchain to v1.78.0.
([\#3254](https://github.com/anoma/namada/pull/3254))

## v0.36.0

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

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

0 comments on commit c7d79f4

Please sign in to comment.