Skip to content

Commit

Permalink
Release 0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC01 committed Oct 30, 2024
1 parent 3b40a78 commit 0e126c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.71.0] - Unpublished
## [0.71.0] - 2024-10-30

### Added

Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,16 @@ Python Client SDK for Sui blockchain
**Note**: A new GraphQL schema change breaks usage on mainnet. Waiting for schema change to be
deployed there before releasing.

- Supports _SUI 1.37.x JSON RPC API_, _SUI 1.36.x GRAPHQL (devnet,testnet)_
- Supports _SUI 1.37.x JSON RPC API_, _SUI 1.36.x GRAPHQL_
- JSON RPC API backwards compatable to _Sui 1.30.x_

See [CHANGELOG](https://github.com/FrankC01/pysui/blob/main/CHANGELOG.md)

## PyPi current

**Release-0.70.0 - Released 2024-10-08**
**Release-0.71.0 - Released 2024-10-30**

**_BREAKING CHANGES to GraphQL multi-schema support and removal of legacy samples_**

- Supports _SUI 1.36.x JSON RPC API_ and _SUI 1.36.x GRAPHQL_
- Supports _SUI 1.37.x JSON RPC API_ and _SUI 1.36.x GRAPHQL_
- JSON RPC API nackwards compatable to _Sui 1.30.x_

- [Latest PyPi Version](https://pypi.org/project/pysui/)
Expand Down

0 comments on commit 0e126c8

Please sign in to comment.