@@ -45,38 +45,42 @@ Changelog
45
45
46
46
* **[NEXT] ** (changes on ``master `` but not released yet):
47
47
48
- * Python 3.11 support
48
+ * Nothing yet :)
49
49
50
- * **1.0.12: **
50
+ * **v1.0.13: **
51
+
52
+ * Added Python 3.11 support
53
+
54
+ * **v1.0.12: **
51
55
52
56
* Guetzli: Fixed a crash caused by a bad access to a vector revealed when
53
57
compiled with "-D_GLIBCXX_ASSERTIONS" (David Odin)
54
58
55
- * **1 .0.11: **
59
+ * **v1 .0.11: **
56
60
57
61
* ``arm64 `` and ``universal2 `` wheels for macOS
58
62
* ``x86 `` and ``x68_64 `` wheels for musl-based Linux distro (Alpine,...)
59
63
* ``win32 `` wheels for Windows (``x86_64 `` were already available)
60
64
61
- * **1 .0.10: ** Python 3.10 support and wheels
62
- * **1 .0.9: ** Provides prebuilt wheel packages
63
- * **1 .0.8: ** Updates Guetzli and python dependencies
64
- * **1 .0.7: ** Fixes unicode issue when installing pyguetzli (#4)
65
- * **1 .0.6: ** Fixes a typo in compilator options on unix
66
- * **1 .0.5: ** Adds optimization flags when compiling Guetzli
67
- * **1 .0.4: ** MS Windows support
68
- * **1 .0.3: ** Updates Guetzli library
69
- * **1 .0.2 **: PIL Images: fixes crash with non RGB/RGBA images
65
+ * **v1 .0.10: ** Python 3.10 support and wheels
66
+ * **v1 .0.9: ** Provides prebuilt wheel packages
67
+ * **v1 .0.8: ** Updates Guetzli and python dependencies
68
+ * **v1 .0.7: ** Fixes unicode issue when installing pyguetzli (#4)
69
+ * **v1 .0.6: ** Fixes a typo in compilator options on unix
70
+ * **v1 .0.5: ** Adds optimization flags when compiling Guetzli
71
+ * **v1 .0.4: ** MS Windows support
72
+ * **v1 .0.3: ** Updates Guetzli library
73
+ * **v1 .0.2 **: PIL Images: fixes crash with non RGB/RGBA images
70
74
(grayscale, indexed,…)
71
- * **1 .0.1 **: Adds ``--std=c++11 `` flag when building Guetzli
72
- * **1 .0.0 **:
75
+ * **v1 .0.1 **: Adds ``--std=c++11 `` flag when building Guetzli
76
+ * **v1 .0.0 **:
73
77
74
78
* New and simpler API
75
79
* Built-in function to deal with PIL / Pillow Images
76
80
* Documentation (Sphinx)
77
81
* Guetzli update
78
82
79
- * **0 .9.0 **: Initial release
83
+ * **v0 .9.0 **: Initial release
80
84
81
85
82
86
.. |Github | image :: https://img.shields.io/github/stars/wanadev/pyguetzli?label=Github&logo=github
0 commit comments