Skip to content

Commit e0c3a70

Browse files
committed
chore: new release v5.2.0-rc.1
1 parent cf4f768 commit e0c3a70

File tree

6 files changed

+51
-42
lines changed

6 files changed

+51
-42
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "5.2.0-rc.0"
2+
version = "5.2.0-rc.1"
33
edition = "2021"
44
rust-version = "1.90.0"
55
authors = ["The Tari Development Community"]

applications/minotari_ledger_wallet/wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minotari_ledger_wallet"
3-
version = "5.2.0-rc.0"
3+
version = "5.2.0-rc.1"
44
authors = ["The Tari Development Community"]
55
license = "BSD-3-Clause"
66
edition = "2021"

changelog-development.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.2.0-rc.1](https://github.com/tari-project/tari/compare/v5.2.0-rc.0...v5.2.0-rc.1) (2026-01-12)
6+
7+
8+
### Bug Fixes
9+
10+
* conflicting short options in console wallet ([#7639](https://github.com/tari-project/tari/issues/7639)) ([d2f75ba](https://github.com/tari-project/tari/commit/d2f75ba9d1f5221a8a18be2d8c105a7f13ade232))
11+
* **node:** add missing data to get_active_validator_nodes ([#7645](https://github.com/tari-project/tari/issues/7645)) ([10344b1](https://github.com/tari-project/tari/commit/10344b1766bebf1751547328756fc605f2ba00bb))
12+
* **node:** enable list headers for L2 ([#7644](https://github.com/tari-project/tari/issues/7644)) ([8f77fe5](https://github.com/tari-project/tari/commit/8f77fe5540fd8c6bf7126b863c3f40df8b6919ec))
13+
514
## [5.2.0-rc.0](https://github.com/tari-project/tari/compare/v5.2.0-pre.7...v5.2.0-rc.0) (2025-12-12)
615

716

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supply-chain/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3274,7 +3274,7 @@ version = "4.4.2"
32743274
criteria = "safe-to-deploy"
32753275

32763276
[[exemptions.which]]
3277-
version = "5.2.0-rc.0"
3277+
version = "5.2.0-rc.1"
32783278
criteria = "safe-to-deploy"
32793279

32803280
[[exemptions.widestring]]

0 commit comments

Comments
 (0)