Skip to content

Commit fed0e3c

Browse files
committed
v1.0.12
1 parent 19cab16 commit fed0e3c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ Usage Example
4242
4343
Changelog
4444
---------
45+
46+
* **[NEXT]** (changes on ``master`` but not released yet):
47+
48+
* Nothing yet :)
49+
50+
* **1.0.12:**
51+
52+
* Guetzli: Fixed a crash caused by a bad access to a vector revealed when
53+
compiled with "-D_GLIBCXX_ASSERTIONS" (David Odin)
54+
4555
* **1.0.11:**
4656

4757
* ``arm64`` and ``universal2`` wheels for macOS

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def build_extensions(self):
6565

6666
setup(
6767
name="pyguetzli",
68-
version="1.0.11",
68+
version="1.0.12",
6969
description="Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression", # noqa
7070
url="https://github.com/wanadev/pyguetzli",
7171
license="Apache-2.0",

0 commit comments

Comments
 (0)