Skip to content

Commit 93a149a

Browse files
committed
v9.1.1
1 parent 735d741 commit 93a149a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 9.1.1
4+
5+
- Updated to latest oxipng 9.1.1
6+
- Drop Python 3.8 support
7+
38
## 9.1.0
49

510
- Deprecated: options such as `filter` that that previously supported `set`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "pyoxipng"
77
requires-python = ">=3.8"
8-
version = "9.1.0"
8+
version = "9.1.1"
99
description = "Python wrapper for multithreaded .png image file optimizer oxipng"
1010
readme = "README.md"
1111
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)