From fa72b92789b6571e048387689362e4092c005468 Mon Sep 17 00:00:00 2001 From: "Frank V. Castellucci" Date: Fri, 3 Jan 2025 16:01:12 -0500 Subject: [PATCH] Release 0.75.0 --- CHANGELOG.md | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3cb6f57..c099591b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.75.0] - Unpublished +## [0.75.0] - 2025-01-03 **BREAKING CHANGES to SerialTransactionExecution constructor** @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [change](https://github.com/FrankC01/pysui/issues/253) SerialTransactionExecution keywords on init changes - [change](https://github.com/FrankC01/pysui/issues/252) SerialTransactionExectuor use int balance in _smash_gas sort +- Bumped pysui-fastcrypto to 0.5.1 ### Removed diff --git a/README.md b/README.md index cb2aecdf..bbfef9a2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ See [CHANGELOG](https://github.com/FrankC01/pysui/blob/main/CHANGELOG.md) ## PyPi current -**Release-0.74.0 - Released 2024-12-24** +**Release-0.75.0 - Released 2025-01-03** - Supports _SUI 1.40.x JSON RPC API_, _SUI 1.40.x GRAPHQL_ - JSON RPC API backwards compatable to _Sui 1.33.x_