Skip to content

Commit

Permalink
Version bump. Test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgriffith committed Apr 26, 2024
1 parent be1cc98 commit b37f102
Show file tree
Hide file tree
Showing 5 changed files with 1,623 additions and 1,457 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 b37f102

Please sign in to comment.