From 816a069c44d790b1882438859cbec777fc8f6a5b Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Thu, 19 Dec 2024 23:40:00 +0100 Subject: [PATCH] docs(changelog): add 0.21.2 release notes (#981) * docs(changelog): add 0.21.2 release notes * ci: pin `maturin` to 1.7.4 for windows release --- .github/workflows/release.yml | 2 ++ CHANGELOG.md | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eeada96..34dd1750 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,6 +105,8 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + # Recent versions (last one tested 1.7.8) lead to failures on Windows aarch64, so forcing the version for now. + maturin-version: '1.7.4' target: ${{ matrix.target }} args: --release --out dist --interpreter ${{ steps.setup-python.outputs.python-path }} sccache: 'true' diff --git a/CHANGELOG.md b/CHANGELOG.md index 667765f6..446b4f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.21.2 - 2024-12-19 + +### Miscellaneous + +* Provide wheels for musllinux ([#979](https://github.com/fpgmaas/deptry/pull/979)) + +### Full Changelog + +https://github.com/fpgmaas/deptry/compare/0.21.1...0.21.2 + + ## 0.21.1 - 2024-11-15 ### Bug Fixes