Skip to content

Commit

Permalink
release: 10.0.0 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed May 15, 2024
1 parent 7b81da8 commit e49a2f6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@ Release History
==============

### Pending

### Version 10.0.0

Released on May 15, 2024

#### Update
- feat: add support for Soroban-RPC 21.
- improve: The function in `stellar_xdr.scval` can accept `sc_val` of `base64` and `bytes` types.
- refactor: use `__repr__` instead of `__str__` in classes.
- improve: The function in `stellar_xdr.scval` can accept `sc_val` of `base64` and `bytes` types. ([#932](https://github.com/StellarCN/py-stellar-base/pull/932))
- feat: add support for Soroban-RPC 21. ([#933](https://github.com/StellarCN/py-stellar-base/pull/933))
- refactor: use `__repr__` instead of `__str__` in classes. ([#936](https://github.com/StellarCN/py-stellar-base/pull/936))
- feat: add a helper function to convert SCVal to native types. ([#937](https://github.com/StellarCN/py-stellar-base/pull/937))
- chore: updated various dependencies.

#### Breaking changes
- feat: add support for Soroban-RPC 21, you need to upgrade Soroban PRC to version v21 or above. ([#933](https://github.com/StellarCN/py-stellar-base/pull/933))

### Version 9.4.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stellar-sdk"
version = "9.4.0"
version = "10.0.0"
description = "The Python Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC server."
authors = [
"overcat <4catcode@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion stellar_sdk/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__description__ = "The Python Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC server."
__url__ = "https://github.com/StellarCN/py-stellar-base"
__issues__ = f"{__url__}/issues"
__version__ = "9.4.0"
__version__ = "10.0.0"
__author__ = "Eno, overcat"
__author_email__ = "appweb.cn@gmail.com, 4catcode@gmail.com"
__license__ = "Apache License 2.0"

0 comments on commit e49a2f6

Please sign in to comment.