Skip to content

Commit 66f7656

Browse files
committed
Release 0.86.0
1 parent 9835c8c commit 66f7656

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.86.0] - Unpublished
8+
## [0.86.0] - 2025-06-18
99

1010
### Added
1111

@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- [BREAKING change](https://github.com/FrankC01/pysui/issues/313) The constructor of PysuiConfiguration no
2121
longer creates the PysuiConfig.json file if it does not exist. First time users must call class method `PysuiConfiguration.initialize_config`.
22-
See [documentation](https://pysui.readthedocs.io/en/latest/graphql_pyconfig.html#first-time-instantiation).
22+
See [documentation](https://pysui.readthedocs.io/en/latest/pyconfig.html#first-time-instantiation).
2323

2424
## [0.85.0] - 2025-06-02
2525

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,19 @@ Python Client SDK for Sui blockchain
3232

3333
[BREAKING change](https://github.com/FrankC01/pysui/issues/313) The constructor of PysuiConfiguration no
3434
longer creates the PysuiConfig.json file if does not exist. First time users must call class method `PysuiConfiguration.initialize_config`.
35-
See [documentation](https://pysui.readthedocs.io/en/latest/graphql_pyconfig.html).
36-
35+
See [documentation](https://pysui.readthedocs.io/en/latest/pyconfig.html#first-time-instantiation).
3736

3837
## PyPi current
3938

40-
**Release-0.85.0 - Released 2025-06-02**
39+
**Release-0.86.0 - Released 2025-06-18**
4140

42-
- Supports _SUI 1.48.x JSON RPC API_, _SUI 1.50.x GRAPHQL
41+
- Supports _SUI 1.48.x JSON RPC API_, _SUI 1.50.x GRAPHQL_
4342
- JSON RPC API backwards compatable to _Sui 1.41.x_
4443

44+
[BREAKING change](https://github.com/FrankC01/pysui/issues/313) The constructor of PysuiConfiguration no
45+
longer creates the PysuiConfig.json file if does not exist. First time users must call class method `PysuiConfiguration.initialize_config`.
46+
See [documentation](https://pysui.readthedocs.io/en/latest/pyconfig.html#first-time-instantiation).
47+
4548
- [Latest PyPi Version](https://pypi.org/project/pysui/)
4649

4750
### FULL Documentation

0 commit comments

Comments
 (0)