We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd36e4 commit 99d1b5cCopy full SHA for 99d1b5c
README.rst
@@ -142,7 +142,11 @@ Changelog
142
143
* Nothing yet ;)
144
145
-** **v1.1.3:**
+* **v1.1.4:**
146
+
147
+ * fix: Cleanup before throwing RuntimeError to avoid memory leak (@laggykiller, #26)
148
149
+* **v1.1.3:**
150
151
* misc(deps): Fixed PyPy builds on Windows platform (@flozz)
152
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="imagequant",
16
- version="1.1.3",
+ version="1.1.4",
17
description="Image Quantization Library",
18
url="https://github.com/wanadev/imagequant-python",
19
project_urls={
0 commit comments