Skip to content

Commit e3c2bd0

Browse files
committed
Namada 0.12.2
1 parent c77123e commit e3c2bd0

33 files changed

+80
-61
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.12.2/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.12.2 is a hotfix release, limiting transactions included in a
2+
block by size.

CHANGELOG.md

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

3+
## v0.12.2
4+
5+
Namada 0.12.2 is a hotfix release, limiting transactions included in a
6+
block by size.
7+
8+
### BUG FIXES
9+
10+
- Limit block space to under Tendermint's limit, and limit transactions included
11+
in a block by their size. ([#952](https://github.com/anoma/namada/pull/952))
12+
13+
### MISCELLANEOUS
14+
15+
- Don't attempt to include matchmaker DLLs, which no longer exist, in release
16+
packages. ([#943](https://github.com/anoma/namada/pull/943))
17+
- Include license information in release binary tarballs.
18+
([#945](https://github.com/anoma/namada/pull/945))
19+
320
## v0.12.1
421

522
Namada 0.12.1 is a hotfix release, fixing a node crash on malformed

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.12.1"
9+
version = "0.12.2"
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.12.1"
7+
version = "0.12.2"
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.12.1"
9+
version = "0.12.2"
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.12.1"
7+
version = "0.12.2"
88

99
[lib]
1010
proc-macro = true

0 commit comments

Comments
 (0)