Skip to content

Commit

Permalink
Merge pull request #32 from vlaci/release-prep
Browse files Browse the repository at this point in the history
Release preparation
  • Loading branch information
vlaci authored Dec 15, 2023
2 parents a53dfb3 + 2e65dbe commit 9711a96
Show file tree
Hide file tree
Showing 17 changed files with 847 additions and 806 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
--print-build-logs
- name: Code coverage
run: |
nix build .#checks.x86_64-linux.libpyperscan-coverage -o cargo-test.codecov
nix build .#checks.x86_64-linux.coverage -o pytest.codecov
- uses: codecov/codecov-action@v3
with:
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,21 @@ This project uses [_towncrier_](https://towncrier.readthedocs.io/) and the chang
<!-- --8<-- [start:changelog] -->

<!-- towncrier release notes start -->

## [0.3.0](https://github.com/vlaci/pyperscan/tree/0.3.0) - 2023-12-12


### Added

- Support added for musllinux (Alpine Linux) wheels [#16](https://github.com/vlaci/pyperscan/issues/16)


### Changed

- Build separate x86_64 and aarch64 wheels for macOS [#17](https://github.com/vlaci/pyperscan/issues/17)
- Using [PDM](https://pdm.fming.dev) for project management [#19](https://github.com/vlaci/pyperscan/issues/19)


### Fixed

- Linux wheels are now built with release optimizations [#30](https://github.com/vlaci/pyperscan/issues/30)
Loading

0 comments on commit 9711a96

Please sign in to comment.