Skip to content

Commit

Permalink
v0.24.3 (#1522)
Browse files Browse the repository at this point in the history
* Bump `crypto-cpp-py` to `1.4.5`

* Restore poetry version in `poetry.lock`

* Bump version; Update migration guide

* Use double backticks in version
  • Loading branch information
franciszekjob authored Nov 22, 2024
1 parent bf2500e commit 57f975c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/migration_guide.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Migration guide
===============

******************************
0.24.3 Migration guide
******************************

0.24.3 Minor changes
--------------------

Updated `crypto-cpp-py <https://github.com/software-mansion-labs/crypto-cpp-py>`_ to version ``1.4.5``.

******************************
0.24.2 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.2"
version = "0.24.3"
description = "A python SDK for Starknet"
authors = ["Tomasz Rejowski <[email protected]>", "Jakub Ptak <[email protected]>"]
include = ["starknet_py", "starknet_py/utils/crypto/libcrypto_c_exports.*"]
Expand Down

0 comments on commit 57f975c

Please sign in to comment.