Skip to content

Commit

Permalink
v0.24.1 [skip ci] (#1453)
Browse files Browse the repository at this point in the history
* v0.24.1

* Update pyproject.toml

* Update docs/migration_guide.rst

Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com>

* [skip ci] Update docs for Migration guide v0.24.1

---------

Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com>
  • Loading branch information
kkawula and ddoktorski authored Aug 22, 2024
1 parent 309bf97 commit 8e8957f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/migration_guide.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Migration guide
===============

******************************
0.24.1 Migration guide
******************************
This version contains a quick fix to parsing ABI for Cairo v2 contracts. Due to new release of compiler, `u96` is now compiled to `BoundedInt` in ABI.

0.24.1 Minor changes
--------------------

1. Fixed parsing ABI that contains `u96` data type.
2. Fixed `l1_address` deserialization in `L2toL1MessageSchema`.

******************************
0.24.0 Migration guide
******************************
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starknet-py"
version = "0.24.0"
version = "0.24.1"
description = "A python SDK for Starknet"
authors = ["Tomasz Rejowski <tomasz.rejowski@swmansion.com>", "Jakub Ptak <jakub.ptak@swmansion.com>"]
include = ["starknet_py", "starknet_py/utils/crypto/libcrypto_c_exports.*"]
Expand Down

0 comments on commit 8e8957f

Please sign in to comment.