Skip to content

Commit 3caa907

Browse files
committed
v1.1.1
1 parent 894ce2d commit 3caa907

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@v4
7474
with:
7575
submodules: true
76-
76+
7777
- name: Set up QEMU
7878
if: runner.os == 'Linux'
7979
uses: docker/setup-qemu-action@v2

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ Changelog
142142

143143
* Nothing yet ;)
144144

145+
* **v1.1.1:**
146+
147+
* dist: Build and publish arm64 wheels for Linux and Windows (@laggykiller, #9, #10)
148+
145149
* **v1.1.0:**
146150

147151
* Added options to set minimal and target (maximal) quality (@injet-zhou, #4)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="imagequant",
16-
version="1.1.0",
16+
version="1.1.1",
1717
description="Image Quantization Library",
1818
url="https://github.com/wanadev/imagequant-python",
1919
project_urls={

0 commit comments

Comments
 (0)