Skip to content

Commit a313f25

Browse files
committed
Version 1.0.0
1 parent 77a5b64 commit a313f25

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## [0.3.0]
416
### Changes
517
- Add docstrings and comments

pythumb/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
__license__ = 'MIT'
1313
__title__ = 'pythumb'
1414
__url__ = 'https://github.com/alexitx/pythumb'
15-
__version__ = '0.3.0'
15+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)