Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metaist committed Jun 5, 2023
1 parent 8eec1e5 commit 66b06cc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"version": "0.2",
"language": "en",
"words": [
"arjndr",
"attrbox",
"begert",
"docopt",
"isinstance",
"isrange",
"lukasbindreiter",
"Metaist",
"pdfmerge",
"pdfs",
"pdoc",
"pypdf",
"pyproject",
"rangify",
"unrotated"
]
Expand Down
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,39 @@ Sections order is: `Fixed`, `Changed`, `Added`, `Deprecated`, `Removed`, `Securi

## [Unreleased]

[unreleased]: https://github.com/metaist/visual-schedule/compare/prod...main
[unreleased]: https://github.com/metaist/pdfmerge/compare/prod...main

These are changes that are on `main` that are not yet in `prod`.

---

[1.0.0]: https://github.com/metaist/pdfmerge/compare/0.0.7...1.0.0

## [1.0.0] - 2023-06-05T12:03:55Z

**Fixed**

- [#15]: use `isinstance()` instead of `type()` (by @begert)
- [#20]: `print` on python 3 (by @lukasbindreiter)

**Changed**

- [#19]: upgraded to python 3 (by @arjndr)
- [#23]: supported python version (3.8, 3.9, 3.10, 3.11)
- [#24]: directory structure (`src` layout, using `pyproject.toml`) and other cleanup

**Added**

- [#13]: prompt for password for encrypted PDFs (if not supplied on CLI)
- [#21]: complete docs in `--help`

**Removed**

- [#25]: Windows-specific builds
- `pdfmerge.add`, `pdfmerge.merge`

---

[#12]: https://github.com/metaist/pdfmerge/pull/12
[0.0.7]: https://github.com/metaist/pdfmerge/compare/0.0.6...0.0.7

Expand Down

0 comments on commit 66b06cc

Please sign in to comment.