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 77a5b64 commit a313f25Copy full SHA for a313f25
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [1.0.0]
4
+### Changes
5
+- Add support for more thumbnail variants
6
+- Don't raise `NotADirectoryError` from `FileExistsError` on mkdir
7
+- Simplify exception handling and print more detailed errors in CLI
8
+- Store image as `bytes` instead of `BytesIO`
9
+- Disable caching of the image to allow fetching multiple sizes
10
+- Remove unused exception arguments
11
+
12
+### Fixes
13
+- Reduce Windows executable file size
14
15
## [0.3.0]
16
### Changes
17
- Add docstrings and comments
pythumb/_version.py
@@ -12,4 +12,4 @@
__license__ = 'MIT'
__title__ = 'pythumb'
__url__ = 'https://github.com/alexitx/pythumb'
-__version__ = '0.3.0'
+__version__ = '1.0.0'
0 commit comments