We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ad1af commit ea1619bCopy full SHA for ea1619b
2 files changed
.github/workflows/github-ci.yaml
@@ -75,7 +75,7 @@ jobs:
75
run: ruff check pdfly/
76
77
- name: Spell Check Repo
78
- uses: crate-ci/typos@2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # v1.40.0
+ uses: crate-ci/typos@5c19779cb52ea50e151f5a10333ccd269227b5ae # v1.41.0
79
80
package:
81
name: Build & verify package
CHANGELOG.md
@@ -9,7 +9,7 @@
9
## Version 0.5.1, 2025-10-13
10
11
### New Features (ENH)
12
-- `extract-images`: output filenames are now formatted using four digit for page numbers, in order for output files to be orderred alphabetically
+- `extract-images`: output filenames are now formatted using four digit for page numbers, in order for output files to be ordered alphabetically
13
- ensured support for Python 3.14
14
15
### Bug Fixes (BUG)
0 commit comments