Skip to content

Commit

Permalink
v0.8.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Nov 12, 2024
1 parent 4a33023 commit 1871dcc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ Changelog
---------


0.8.1 (2024-11-12)
~~~~~~~~~~~~~~~~~~

Added
^^^^^

- ``get_create2_address()``. (PR_80_)
- ``get_create_address()``. (PR_80_)


.. _PR_80: https://github.com/fjarri-eth/pons/pull/80


0.8.0 (2024-05-28)
~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -39,8 +52,6 @@ Added
- ``ClientSession.eth_get_logs()`` and ``eth_get_filter_logs()``. (PR_68_)
- Support for a custom block number in gas estimation methods. (PR_70_)
- ``LocalProvider`` accepts an ``evm_version`` parameter. (PR_78_)
- ``get_create2_address()``. (PR_80_)
- ``get_create_address()``. (PR_80_)


Fixed
Expand Down Expand Up @@ -75,7 +86,6 @@ Fixed
.. _PR_76: https://github.com/fjarri-eth/pons/pull/76
.. _PR_77: https://github.com/fjarri-eth/pons/pull/77
.. _PR_78: https://github.com/fjarri-eth/pons/pull/78
.. _PR_80: https://github.com/fjarri-eth/pons/pull/80


0.7.0 (09-07-2023)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pons"
version = "0.8.0"
version = "0.8.1"
description = "Async RPC client for Ethereum"
authors = [
{name = "Bogdan Opanchuk", email = "bogdan@opanchuk.net"},
Expand Down

0 comments on commit 1871dcc

Please sign in to comment.