Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Oct 3, 2023
1 parent 19c6af7 commit 262e330
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 8.0.1

- Python 3.12 wheels
- Drop Python 3.7 support

## 8.0.0

- Update to oxipng 8
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyoxipng"
version = "8.0.0"
version = "8.0.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "pyoxipng"
requires-python = ">=3.8"
version = "8.0.0"
version = "8.0.1"
description = "Python wrapper for multithreaded .png image file optimizer oxipng"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 262e330

Please sign in to comment.