Skip to content

Commit baa3f95

Browse files
committed
chore: new release v5.3.0-pre.1
1 parent 6f8f361 commit baa3f95

File tree

6 files changed

+50
-43
lines changed

6 files changed

+50
-43
lines changed

Cargo.lock

Lines changed: 39 additions & 39 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.3.0-pre.0"
2+
version = "5.3.0-pre.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.3.0-pre.0"
3+
version = "5.3.0-pre.1"
44
authors = ["The Tari Development Community"]
55
license = "BSD-3-Clause"
66
edition = "2021"

changelog-development.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.3.0-pre.1](https://github.com/tari-project/tari/compare/v5.3.0-pre.0...v5.3.0-pre.1) (2026-02-10)
6+
7+
8+
### Features
9+
10+
* make readiness grpc config option ([#7678](https://github.com/tari-project/tari/issues/7678)) ([6f8f361](https://github.com/tari-project/tari/commit/6f8f3617e8e8f36526356aed354c215c72ec9f64))
11+
512
## [5.3.0-pre.0](https://github.com/tari-project/tari/compare/v5.2.1-pre.2...v5.3.0-pre.0) (2026-02-03)
613

714

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.3.0-pre.0"
3277+
version = "5.3.0-pre.1"
32783278
criteria = "safe-to-deploy"
32793279

32803280
[[exemptions.widestring]]

0 commit comments

Comments
 (0)