Skip to content

Commit 0b057e8

Browse files
authored
release 4.3.1: update the patch version of the xrpl-py package (#884)
* release: update the patch version of the xrpl-py package and the CHANGELOG entry * fix: Add a missing CHANGELOG entry
1 parent 839127a commit 0b057e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [[Unreleased]]
99

10+
## [[4.3.1]] - 2025-11-12
11+
1012
### Added
1113

1214
- Add `encode_mptoken_metadata` and `decode_mptoken_metadata` helper functions to encode and decode MPTokenMetadata as per XLS-89 standard.
@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618
- Removed snippets files from the xrpl-py code repository. Updated the README file to point to the correct location on XRPL.org.
1719
- [Breaking change] Fix `MPTokenMetadata` type to adhere to the XLS-89 standard. Since XLS-89 is still in a forming state and undergoing changes, this breaking change is being released as a bug fix via patch version bump. If you are using `MPTokenMetadata` in your code, please verify that it adheres to the updated type definition.
1820
- [Breaking change] Fix `validate_mptoken_metadata` to correctly validate MPTokenMetadata as per XLS-89 standard. Since XLS-89 is still in a forming state and undergoing changes, this breaking change is being released as a bug fix via patch version bump. If you are using `validateMPTokenMetadata` in your code, expect it to change as per the XLS-89 standard.
21+
- Fixed the binary-codec issues pertaining to the serialization of the `MPTCurrency` rippled type. (Reference PR: https://github.com/XRPLF/xrpl-py/pull/870)
1922

2023
## [[4.3.0]] - 2025-07-29
2124

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xrpl-py"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
description = "A complete Python library for interacting with the XRP ledger"
55
license = "ISC"
66
readme = "README.md"

0 commit comments

Comments
 (0)