Release v1.0.5rc1 (#528)

This commit is contained in:
Inada Naoki 2023-01-18 19:47:15 +09:00 committed by GitHub
parent b82d0b62f1
commit 1008229553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 8 deletions

View file

@ -1,3 +1,12 @@
1.0.5rc1
========
Release Date: 2023-01-18
* Use ``__BYTE_ORDER__`` instead of ``__BYTE_ORDER`` for portability. (#513, #514)
* Add Python 3.11 wheels (#517)
* fallback: Fix packing multidimensional memoryview (#527)
1.0.4
=====