File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def build_extensions(self):
6565
6666setup (
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" ,
You can’t perform that action at this time.
0 commit comments