Skip to content

Commit be403f7

Browse files
committed
Namada 0.16.0
1 parent e296df4 commit be403f7

33 files changed

+84
-67
lines changed
File renamed without changes.
File renamed without changes.

.changelog/v0.16.0/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.16.0 is a regular release focused on providing the Namada SDK
2+
to developers.

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## v0.16.0
4+
5+
Namada 0.16.0 is a regular release focused on providing the Namada SDK
6+
to developers.
7+
8+
### DOCS
9+
10+
- Added page table-of-contents via mdbook-pagetoc plugin for the developer
11+
documentation. ([#1275](https://github.com/anoma/namada/pull/1275))
12+
13+
### IMPROVEMENTS
14+
15+
- Bump RocksDB crate to 0.21.0 to address compilation errors on certain C++
16+
toolchains. ([#1366](https://github.com/anoma/namada/pull/1366))
17+
318
## v0.15.3
419

520
Namada 0.15.3 is a maintenance release addressing the creation of
@@ -33,7 +48,7 @@ a major improvement to storage usage.
3348

3449
### IMPROVEMENTS
3550

36-
- Changed the default base directory. On linux, the default path will be `$XDG_DATA_HOME/com.heliax.namada`, on OSX it will be `$HOME/.local/share/com.heliax.namada`.
51+
- Changed the default base directory. On linux, the default path will be `$XDG_DATA_HOME/namada`, on OSX it will be `$HOME/Library/Application Support/com.heliax.namada`.
3752
([#1138](https://github.com/anoma/namada/pull/1138))
3853
- RocksDB optimization to reduce the storage usage
3954
([#1333](https://github.com/anoma/namada/issues/1333))

Cargo.lock

Lines changed: 11 additions & 11 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.15.3"
9+
version = "0.16.0"
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.15.3"
7+
version = "0.16.0"
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.15.3"
9+
version = "0.16.0"
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.15.3"
7+
version = "0.16.0"
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.15.3"
9+
version = "0.16.0"
1010

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

0 commit comments

Comments
 (0)