Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 28, 2024
1 parent bd281a0 commit 179ecc6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Package
name: Package

on:
push:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
with:
platforms: all
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: aarch64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
toolchain: stable
override: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
toolchain: stable
override: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
override: true
target: aarch64-apple-darwin
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: arm64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
toolchain: stable
override: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: AMD64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.5.2...HEAD


## [v0.5.2] - 2024-02-28
[v0.5.2]: https://github.com/althonos/pyopal/compare/v0.5.1...v0.5.2

### Fixed
- Segmentation fault when attempting to align to an empty `Database` ([#6](https://github.com/althonos/pyopal/issues/6)).


## [v0.5.1] - 2024-01-21
Expand Down
2 changes: 1 addition & 1 deletion pyopal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.5.2"

0 comments on commit 179ecc6

Please sign in to comment.