Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Feb 2, 2024
1 parent 894ce2d commit 3caa907
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ Changelog

* Nothing yet ;)

* **v1.1.1:**

* dist: Build and publish arm64 wheels for Linux and Windows (@laggykiller, #9, #10)

* **v1.1.0:**

* Added options to set minimal and target (maximal) quality (@injet-zhou, #4)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="imagequant",
version="1.1.0",
version="1.1.1",
description="Image Quantization Library",
url="https://github.com/wanadev/imagequant-python",
project_urls={
Expand Down

0 comments on commit 3caa907

Please sign in to comment.