Skip to content

Commit cef46a5

Browse files
authored
chore: new release v1.13.3-pre.0 (#6919)
Description --- new release esme <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Incremented version numbers to 1.13.3-pre.0 across multiple components. - **Documentation** - Updated recommended network versions in the user documentation. - **New Features** - Enhanced transaction handling for one-sided payments with improved validation and metadata support. - **Bug Fixes** - Fixed a migration issue to improve system stability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 73a91d3 commit cef46a5

File tree

13 files changed

+95
-73
lines changed

13 files changed

+95
-73
lines changed

Cargo.lock

Lines changed: 34 additions & 34 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 = "1.13.2-pre.0"
2+
version = "1.13.3-pre.0"
33
edition = "2021"
44
authors = ["The Tari Development Community"]
55
repository = "https://github.com/tari-project/tari"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The recommended running versions of each network are:
2323
| Network | Version |
2424
|-----------|----------------|
2525
| Stagenet | 1.0.0-alpha.0a |
26-
| Nextnet | 1.13.2-rc.0 |
27-
| Esmeralda | 1.13.2-pre.0 |
26+
| Nextnet | 1.13.3-rc.0 |
27+
| Esmeralda | 1.13.3-pre.0 |
2828

2929
For more detail about versioning, see [Release Ideology](https://github.com/tari-project/tari/blob/development/docs/src/branching_releases.md).
3030

applications/minotari_ledger_wallet/comms/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_comms"
3-
version = "1.13.2-pre.0"
3+
version = "1.13.3-pre.0"
44
authors = ["The Tari Development Community"]
55
license = "BSD-3-Clause"
66
edition = "2021"

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 = "1.13.2-pre.0"
3+
version = "1.13.3-pre.0"
44
authors = ["The Tari Development Community"]
55
license = "BSD-3-Clause"
66
edition = "2021"

applications/minotari_miner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
44
description = "The tari miner implementation"
55
repository = "https://github.com/tari-project/tari"
66
license = "BSD-3-Clause"
7-
version = "1.13.2-pre.0"
7+
version = "1.13.3-pre.0"
88
edition = "2018"
99

1010
[dependencies]

base_layer/contacts/src/chat_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tari_chat_client"
33
authors = ["The Tari Development Community"]
44
description = "Tari cucumber chat client"
55
license = "BSD-3-Clause"
6-
version = "1.13.2-pre.0"
6+
version = "1.13.3-pre.0"
77

88
edition = "2018"
99

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+
### [1.13.3-pre.0](https://github.com/tari-project/tari/compare/v1.13.2-pre.0...v1.13.3-pre.0) (2025-04-03)
6+
7+
8+
### Bug Fixes
9+
10+
* fix migration 5 ([#6915](https://github.com/tari-project/tari/issues/6915)) ([73a91d3](https://github.com/tari-project/tari/commit/73a91d3608475b164fc745a72f0adb94b52ed07b))
11+
512
### [1.13.2-pre.0](https://github.com/tari-project/tari/compare/v1.13.1-pre.0...v1.13.2-pre.0) (2025-04-02)
613

714

changelog-nextnet.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ All notable changes to this project will be documented in this file. See [standa
1717
* dont poll yamux substream after an error ([#6909](https://github.com/tari-project/tari/issues/6909)) ([96c1707](https://github.com/tari-project/tari/commit/96c1707957cd09d1d62dac96dcab02cfe98a0a7a))
1818
* randomX seed management ([#6910](https://github.com/tari-project/tari/issues/6910)) ([8f43ff5](https://github.com/tari-project/tari/commit/8f43ff541f62bc5e5098a610c77870741e4df4b0))
1919

20+
### [1.13.3-rc.0](https://github.com/tari-project/tari/compare/v1.13.2-rc.0...v1.13.3-rc.0) (2025-04-03)
21+
22+
23+
### Bug Fixes
24+
25+
* fix migration 5 ([#6915](https://github.com/tari-project/tari/issues/6915)) ([73a91d3](https://github.com/tari-project/tari/commit/73a91d3608475b164fc745a72f0adb94b52ed07b))
26+
27+
### [1.13.2-rc.0](https://github.com/tari-project/tari/compare/v1.13.1-rc.0...v1.13.2-rc.0) (2025-04-02)
28+
29+
30+
### Features
31+
32+
* add display info to yamux ([#6904](https://github.com/tari-project/tari/issues/6904)) ([2156647](https://github.com/tari-project/tari/commit/2156647d8367c282ade13ea0ed8b876cba8641b4))
33+
* remove memory allocation for max_size_vec ([#6903](https://github.com/tari-project/tari/issues/6903)) ([594713c](https://github.com/tari-project/tari/commit/594713c3ae3d3cd5450896467d9e1fc913907296))
34+
2035
### [1.13.1-rc.0](https://github.com/tari-project/tari/compare/v1.13.0-rc.0...v1.13.1-rc.0) (2025-03-31)
2136

2237

comms/rpc_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari"
66
homepage = "https://tari.com"
77
readme = "README.md"
88
license = "BSD-3-Clause"
9-
version = "1.13.2-pre.0"
9+
version = "1.13.3-pre.0"
1010
edition = "2018"
1111

1212
[lib]

0 commit comments

Comments
 (0)