File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,16 @@ Changelog
189189
190190 * Nothing yet ;)
191191
192+ * **v1.3.0: **
193+
194+ * feat: Added an option to allow copying metadata from the original image
195+ (@pierotofy, #4, #33)
196+ * misc(build): Fixed build with cmake 3.13+ (@flozz)
197+
192198* **v1.2.0: **
193199
194- * Updated mozjpeg to latest master commit: 9b8d11f (v4.1.5+) (@flozz)
200+ * misc(mozjpeg): Updated mozjpeg to latest master commit: 9b8d11f (v4.1.5+)
201+ (@flozz)
195202
196203* **v1.1.5: **
197204
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def build_extensions(self):
7171
7272setup (
7373 name = "mozjpeg-lossless-optimization" ,
74- version = "1.2 .0" ,
74+ version = "1.3 .0" ,
7575 project_urls = {
7676 "Source Code" : "https://github.com/wanadev/mozjpeg-lossless-optimization" ,
7777 "Documentation" : "https://github.com/wanadev/mozjpeg-lossless-optimization#usage" ,
You can’t perform that action at this time.
0 commit comments