Skip to content

Commit

Permalink
Version 1.22 (#62)
Browse files Browse the repository at this point in the history
- Adding #52 magic data for JPEG XS (thanks to Andy - NebularNerd)
- Adding #57 Multi-part checks with negative offsets (thanks to Andy - NebularNerd)
- Fixing #60 encoding warning (thanks to Andy - NebularNerd and Jason R. Coombs)

---------

Co-authored-by: Andy <[email protected]>
  • Loading branch information
cdgriffith and NebularNerd authored Apr 26, 2024
1 parent 9f51bff commit 4a8a62d
Show file tree
Hide file tree
Showing 6 changed files with 1,648 additions and 1,352 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
# git checks
- id: check-merge-conflict
- id: check-added-large-files
exclude: ^test/data/.+
exclude: ^test/resources/.+
- id: detect-private-key
- id: check-case-conflict
# Python checks
Expand All @@ -28,7 +28,7 @@ repos:
exclude: ^test/resources/
- id: check-executables-have-shebangs
- id: end-of-file-fixer
exclude: ^test/data/.+
exclude: ^test/resources/.+
- repo: https://github.com/ambv/black
rev: 24.1.1
hooks:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 1.22
------------

- Adding #52 magic data for JPEG XS (thanks to Andy - NebularNerd)
- Adding #57 Multi-part checks with negative offsets (thanks to Andy - NebularNerd)
- Fixing #60 encoding warning (thanks to Andy - NebularNerd and Jason R. Coombs)

Version 1.21
------------

Expand Down
Loading

0 comments on commit 4a8a62d

Please sign in to comment.