Skip to content

Commit ddd0137

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent d3af1fd commit ddd0137

6 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.1.0 (2025-12-17)
4+
5+
### Documentation
6+
7+
- Add naitkris as a contributor for code, and bug ([`d3af1fd`](https://github.com/34j/decryptpdf/commit/d3af1fd8d3b13da8b5f673381c19b44b90219b72))
8+
9+
### Features
10+
11+
- Add support for exension being capital letters (".pdf") ([`6efd37b`](https://github.com/34j/decryptpdf/commit/6efd37b6161630aa6e80aee5fa21b12455de36de))
12+
313
## v1.0.0 (2025-06-15)
414

515
## v0.2.0 (2025-06-13)

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.1.0 (2025-12-17)
4+
5+
### Documentation
6+
7+
- Add naitkris as a contributor for code, and bug ([`d3af1fd`](https://github.com/34j/decryptpdf/commit/d3af1fd8d3b13da8b5f673381c19b44b90219b72))
8+
9+
### Features
10+
11+
- Add support for exension being capital letters (".pdf") ([`6efd37b`](https://github.com/34j/decryptpdf/commit/6efd37b6161630aa6e80aee5fa21b12455de36de))
12+
313
## v1.0.0 (2025-06-15)
414

515
## v0.2.0 (2025-06-13)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "decryptpdf"
1616
copyright = "2025, 34j"
1717
author = "34j"
18-
release = "1.0.0"
18+
release = "1.1.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "decryptpdf"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Simple CLI tool for decrypting PDF files."
99
readme = "README.md"
1010
license = { text = "MIT" }

src/decryptpdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.1.0"
22
from ._main import decrypt_pdf
33

44
__all__ = ["decrypt_pdf"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)