Commit Graph

5 Commits

Author SHA1 Message Date
5c0db1c656 chore(version): bump to 0.2.0
- Updates the project version to 0.2.0 in preparation for a new release
2025-05-11 14:57:24 +02:00
15671ac85b chore(deps): update dependencies for charset-normalizer and cryptography
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 5s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Successful in 11s
Build and Publish nightly package / build-and-publish (push) Successful in 21s
- Bump charset-normalizer from 3.4.1 to 3.4.2
- Bump cryptography from 44.0.2 to 44.0.3
- Adjust Click dependency constraint to "<8.2.0"

These updates enhance compatibility and address potential issues with
dependency versions.
2025-05-11 14:54:43 +02:00
ef6ac68f4b feat(deps): add click dependency and update poetry lockfile
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 4s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Successful in 8s
Build and Publish nightly package / build-and-publish (push) Successful in 21s
2025-05-11 14:50:47 +02:00
bf727a8541 feat(poetry): add twine to development dependencies
Some checks are pending
Build and Publish / build-and-publish (push) Waiting to run
Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 12:04:57 +02:00
4ce7eedb7b feat(poetry): add pyproject.toml for project dependencies and config
- Introduce `pyproject.toml` to define project metadata and dependencies
- Configure `poetry` for package management and build system
- Specify required libraries and script entry point

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 12:00:52 +02:00