We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735d741 commit 93a149aCopy full SHA for 93a149a
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 9.1.1
4
+
5
+- Updated to latest oxipng 9.1.1
6
+- Drop Python 3.8 support
7
8
## 9.1.0
9
10
- Deprecated: options such as `filter` that that previously supported `set`
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "pyoxipng"
requires-python = ">=3.8"
-version = "9.1.0"
+version = "9.1.1"
description = "Python wrapper for multithreaded .png image file optimizer oxipng"
readme = "README.md"
11
license = { file = "LICENSE" }
0 commit comments