Skip to content

Commit

Permalink
docs(changelog): add 0.21.2 release notes (#981)
Browse files Browse the repository at this point in the history
* docs(changelog): add 0.21.2 release notes

* ci: pin `maturin` to 1.7.4 for windows release
  • Loading branch information
mkniewallner authored Dec 19, 2024
1 parent 6b4c781 commit 816a069
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 816a069

Please sign in to comment.