File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.86.0] - Unpublished
8
+ ## [ 0.86.0] - 2025-06-18
9
9
10
10
### Added
11
11
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
- [ BREAKING change] ( https://github.com/FrankC01/pysui/issues/313 ) The constructor of PysuiConfiguration no
21
21
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 ) .
23
23
24
24
## [ 0.85.0] - 2025-06-02
25
25
Original file line number Diff line number Diff line change @@ -32,16 +32,19 @@ Python Client SDK for Sui blockchain
32
32
33
33
[ BREAKING change] ( https://github.com/FrankC01/pysui/issues/313 ) The constructor of PysuiConfiguration no
34
34
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 ) .
37
36
38
37
## PyPi current
39
38
40
- ** Release-0.85 .0 - Released 2025-06-02 **
39
+ ** Release-0.86 .0 - Released 2025-06-18 **
41
40
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 _
43
42
- JSON RPC API backwards compatable to _ Sui 1.41.x_
44
43
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
+
45
48
- [ Latest PyPi Version] ( https://pypi.org/project/pysui/ )
46
49
47
50
### FULL Documentation
You can’t perform that action at this time.
0 commit comments