Skip to content

Commit 179ecc6

Browse files
committed
Release v0.5.2
1 parent bd281a0 commit 179ecc6

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Package
1+
name: Package
22

33
on:
44
push:
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
platforms: all
3636
- name: Build manylinux wheels
37-
uses: pypa/cibuildwheel@v2.16.2
37+
uses: pypa/cibuildwheel@v2.16.5
3838
env:
3939
CIBW_ARCHS: aarch64
4040
CIBW_BUILD: ${{ matrix.python-tag }}
@@ -75,7 +75,7 @@ jobs:
7575
toolchain: stable
7676
override: true
7777
- name: Build manylinux wheels
78-
uses: pypa/cibuildwheel@v2.16.2
78+
uses: pypa/cibuildwheel@v2.16.5
7979
env:
8080
CIBW_ARCHS: x86_64
8181
CIBW_BUILD: ${{ matrix.python-tag }}
@@ -116,7 +116,7 @@ jobs:
116116
toolchain: stable
117117
override: true
118118
- name: Build manylinux wheels
119-
uses: pypa/cibuildwheel@v2.16.2
119+
uses: pypa/cibuildwheel@v2.16.5
120120
env:
121121
CIBW_ARCHS: x86_64
122122
CIBW_BUILD: ${{ matrix.python-tag }}
@@ -153,7 +153,7 @@ jobs:
153153
override: true
154154
target: aarch64-apple-darwin
155155
- name: Build manylinux wheels
156-
uses: pypa/cibuildwheel@v2.16.2
156+
uses: pypa/cibuildwheel@v2.16.5
157157
env:
158158
CIBW_ARCHS: arm64
159159
CIBW_BUILD: ${{ matrix.python-tag }}
@@ -194,7 +194,7 @@ jobs:
194194
toolchain: stable
195195
override: true
196196
- name: Build manylinux wheels
197-
uses: pypa/cibuildwheel@v2.16.2
197+
uses: pypa/cibuildwheel@v2.16.5
198198
env:
199199
CIBW_ARCHS: AMD64
200200
CIBW_BUILD: ${{ matrix.python-tag }}

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.5.1...HEAD
9+
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.5.2...HEAD
10+
11+
12+
## [v0.5.2] - 2024-02-28
13+
[v0.5.2]: https://github.com/althonos/pyopal/compare/v0.5.1...v0.5.2
14+
15+
### Fixed
16+
- Segmentation fault when attempting to align to an empty `Database` ([#6](https://github.com/althonos/pyopal/issues/6)).
1017

1118

1219
## [v0.5.1] - 2024-01-21

pyopal/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)