Skip to content

Commit b5628a1

Browse files
committed
v1.3.0
1 parent f746960 commit b5628a1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

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

7272
setup(
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",

0 commit comments

Comments
 (0)