diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10af518..1d1cc29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,6 +87,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: "recursive" - name: Set up Python uses: actions/setup-python@v4 with: diff --git a/docs/changes.rst b/docs/changes.rst index 621a9d2..7ea89f1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,6 +2,16 @@ Changelog ========= +v0.30.1 +------- + +* Ensure that an ``sdist`` contains the test suite JSON files. + +v0.30.0 +------- + +* Declare support for Python 3.12. + v0.29.3 -------