Skip to content

Commit

Permalink
Release 0.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC01 committed Sep 14, 2024
1 parent 13d04dd commit 597735b
Show file tree
Hide file tree
Showing 2 changed files with 6 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.68.0] - Unpublished
## [0.68.0] - 2024-09-14

**BREAKING CHANGES to GraphQL multi-schema support and Mysten URL availability**
**BREAKING CHANGES Removed pysui legacy sample apps: wallet, async-gas, async-sub, async-sub-txn**
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ Python Client SDK for Sui blockchain
**_BREAKING CHANGES to GraphQL multi-schema support and removal of legacy samples_**

- Supports _SUI 1.33.x RPC API_ and _SUI 1.33.x GRAPHQL_
- Backwards compatable to _Sui 1.21.x RPC API_
- Backwards compatable to _Sui 1.28.x RPC API_ and _2024.7.0 GraphQL schema_

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

## PyPi current

**Release-0.67.0 - Released 2024-08-21**
**Release-0.67.0 - Released 2024-09-14**

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

- Supports _SUI 1.29.x RPC API_
- Backwards compatable to _Sui 1.21.x RPC API_
- Supports _SUI 1.33.x RPC API_ and _SUI 1.33.x GRAPHQL_
- Backwards compatable to _Sui 1.28.x RPC API_ and _2024.7.0 GraphQL schema_

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

Expand Down

0 comments on commit 597735b

Please sign in to comment.