Skip to content

Commit c84c503

Browse files
author
semantic-release
committed
chore(release): 1.1.0 [skip ci]
1 parent 23f9f6b commit c84c503

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v1.1.0 (2025-12-12)
6+
7+
### Features
8+
9+
- Füge Versionsargument zur Hauptfunktion hinzu und importiere sys
10+
([`23f9f6b`](https://github.com/Nero2201/https-login/commit/23f9f6b2f7f2129b4e1f8634237baad1285e3e20))
11+
12+
513
## v1.0.0 (2025-12-12)
614

715
- Initial Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "https-login"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Tiny HTTPS file server (like python -m http.server) with a simple login page and temp self-signed cert."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/https_login/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__all__ = []
2-
__version__ = "1.0.0"
2+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)