Skip to content

Commit e0f13f2

Browse files
committed
Namada 0.13.4
1 parent 9bab451 commit e0f13f2

31 files changed

+73
-61
lines changed
File renamed without changes.

.changelog/v0.13.4/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.13.4 is a bugfix release addressing logic errors in active
2+
validator set updates.

CHANGELOG.md

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

3+
## v0.13.4
4+
5+
Namada 0.13.4 is a bugfix release addressing logic errors in active
6+
validator set updates.
7+
8+
### BUG FIXES
9+
10+
- Fix Tendermint validator set update to properly skip validator with no voting
11+
power. ([#1144](https://github.com/anoma/namada/pull/1144))
12+
313
## v0.13.3
414

515
Namada 0.13.3 is a bugfix release addressing issues with voting power

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "GPL-3.0"
66
name = "namada_apps"
77
readme = "../README.md"
88
resolver = "2"
9-
version = "0.13.3"
9+
version = "0.13.4"
1010
default-run = "namada"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "GPL-3.0"
55
name = "namada_core"
66
resolver = "2"
7-
version = "0.13.3"
7+
version = "0.13.4"
88

99
[features]
1010
default = []

encoding_spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "GPL-3.0"
66
name = "namada_encoding_spec"
77
readme = "../README.md"
88
resolver = "2"
9-
version = "0.13.3"
9+
version = "0.13.4"
1010

1111
[features]
1212
default = ["abciplus"]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "GPL-3.0"
55
name = "namada_macros"
66
resolver = "2"
7-
version = "0.13.3"
7+
version = "0.13.4"
88

99
[lib]
1010
proc-macro = true

proof_of_stake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "GPL-3.0"
66
name = "namada_proof_of_stake"
77
readme = "../README.md"
88
resolver = "2"
9-
version = "0.13.3"
9+
version = "0.13.4"
1010

1111
[features]
1212
default = ["abciplus"]

shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "GPL-3.0"
55
name = "namada"
66
resolver = "2"
7-
version = "0.13.3"
7+
version = "0.13.4"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

0 commit comments

Comments
 (0)