Skip to content

Commit

Permalink
set version 1.8.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Feb 11, 2025
1 parent 3009820 commit 5a6bb07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.8.1] - 2025-02-11
### Fixed
- SKIP_YASM_BUILD affecting JPEG_DIR instead

### Changed
- Verify libjpeg-turbo and yasm archives after download


## [1.8.0] - 2025-02-08
### Changed
- Allow encoding cropped arrays (!6 on GitLab, thanks @davidplowman).
Expand Down
2 changes: 1 addition & 1 deletion simplejpeg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ._jpeg import decode_jpeg_header


__version__ = '1.8.0'
__version__ = '1.8.1'
__version_info__ = __version__.split('.')


Expand Down

0 comments on commit 5a6bb07

Please sign in to comment.