summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-04-13 00:01:44 +0000
committerGitHub <noreply@github.com>2021-04-13 00:01:44 +0000
commitbf23b21e41c169c25d088a97d06d43b5595e02b1 (patch)
tree702e6f45ce4ddcc4ed23b19175481008d671b4c4 /CHANGELOG.md
parentccb00e70cd098d6500f422702a8a2e96a233f835 (diff)
Improve GitHub actions workflow (#41)
* MacOS wheels should now support both x86_64 and ARM64. * We now build ARM wheels for Linux. * `abi3` is used to support multiple Python versions in a single wheel.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70d6716..3cd6a52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
5 5
6## Unreleased 6## Unreleased
7--- 7---
8### Changes
9* PyO3 is now configured to use [`abi3`](https://pyo3.rs/v0.13.2/building_and_distribution.html#py_limited_apiabi3).
8 10
9## 0.4.3 - (2021-03-20) 11## 0.4.3 - (2021-03-20)
10--- 12---