From 1871dcc65cb2d1d35e4f1f20cdcb6d1dafe0e1c5 Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Tue, 12 Nov 2024 09:38:59 -0800 Subject: [PATCH] v0.8.1 released --- docs/changelog.rst | 16 +++++++++++++--- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 124b996..4409ab4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ~~~~~~~~~~~~~~~~~~ @@ -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 @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 3cec882..6cf68cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"},