diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6ee9d2b..e8aaca7 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -50,7 +50,7 @@ jobs: coincurve_versions: strategy: matrix: - coincurve-version: [15, 16, 17, 18, '19.0.1', 20] + coincurve-version: [15, 16, 17, 18, '19.0.1', 20, 21] runs-on: ubuntu-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 63cb7f8..a209856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 5.1 + +- Support Coincurve up to version 21. This version notably bumps libsecp to version 0.6.0 and gets rid of all runtime dependencies. + # 5.0 This is a breaking release. diff --git a/pyproject.toml b/pyproject.toml index dcd6bc9..992632e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta" [project] name = "bip32" -version = "5.0.0" +version = "5.1.0" dependencies = [ - "coincurve>=15.0,<21", + "coincurve>=15.0,<22", ] requires-python = ">=3.9" authors = [