diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 4165113b..57910cda 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -5,6 +5,22 @@ Read up on all the latest improvements. .. towncrier release notes start +eth-utils v3.0.0 (2024-01-10) +----------------------------- + +Breaking Changes +~~~~~~~~~~~~~~~~ + +- Drop python 3.7 support (`#261 `__) + + +Internal Changes - for eth-utils Contributors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Merge updates from the project template, notably: use ``pre-commit`` for linting and change the name of the ``master`` branch to ``main`` (`#261 `__) +- Correct booleans in ``pyproject.toml`` and add test for the presence of the ``eth_utils.__version__`` attribute (`#263 `__) + + eth-utils v2.3.1 (2023-11-07) ----------------------------- diff --git a/newsfragments/261.breaking.rst b/newsfragments/261.breaking.rst deleted file mode 100644 index 76d2ab92..00000000 --- a/newsfragments/261.breaking.rst +++ /dev/null @@ -1 +0,0 @@ -Drop python 3.7 support diff --git a/newsfragments/261.internal.rst b/newsfragments/261.internal.rst deleted file mode 100644 index e4398fd8..00000000 --- a/newsfragments/261.internal.rst +++ /dev/null @@ -1 +0,0 @@ -Merge updates from the project template, notably: use ``pre-commit`` for linting and change the name of the ``master`` branch to ``main`` diff --git a/newsfragments/263.internal.rst b/newsfragments/263.internal.rst deleted file mode 100644 index 77175333..00000000 --- a/newsfragments/263.internal.rst +++ /dev/null @@ -1 +0,0 @@ -Correct booleans in ``pyproject.toml`` and add test for the presence of the ``eth_utils.__version__`` attribute