Skip to content

Commit 836a6de

Browse files
committed
Namada 0.8.1
1 parent 72feea5 commit 836a6de

File tree

30 files changed

+68
-56
lines changed

30 files changed

+68
-56
lines changed
File renamed without changes.

.changelog/v0.8.1/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.8.1 is a point release focused on standardizing Tendermint
2+
compatibility.

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.8.1
4+
5+
Namada 0.8.1 is a point release focused on standardizing Tendermint
6+
compatibility.
7+
8+
### IMPROVEMENTS
9+
10+
- Shim ABCI++ methods for tendermint
11+
([#510](https://github.com/anoma/namada/pull/510))
12+
313
## v0.8.0
414

515
Namada 0.8.0 is a regular minor release.

Cargo.lock

Lines changed: 9 additions & 9 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.8.0"
9+
version = "0.8.1"
1010
default-run = "namada"
1111

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

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.8.0"
9+
version = "0.8.1"
1010

1111
[features]
1212
default = []

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.8.0"
7+
version = "0.8.1"
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.8.0"
9+
version = "0.8.1"
1010

1111
[features]
1212
default = []

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.8.0"
7+
version = "0.8.1"
88

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

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "GPL-3.0"
66
name = "namada_tests"
77
resolver = "2"
8-
version = "0.8.0"
8+
version = "0.8.1"
99

1010
[features]
1111
default = ["wasm-runtime"]

0 commit comments

Comments
 (0)