diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7f2f14..104fc3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,14 +140,3 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ skip-existing: true - - # TODO fetch-data requires login - # notify-django-packages: - # name: Notify Django Packages - # runs-on: ubuntu-latest - # needs: - # - publish-to-pypi - # steps: - # - name: Notify Django Packages - # run: - # curl -X GET "https://djangopackages.org/packages/django-typer/fetch-data/" diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 1453a93..fec4a80 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -7,6 +7,7 @@ Change Log v2.1.0 (2025-02-20) =================== +* Implemented `Switch poetry -> uv `_ * Implemented `Add macos runner to CI `_ * Implemented `Add windows runner to CI `_ * Implemented `Drop support for python 3.8 `_