Releases: dberrocal-git/haaska
Releases · dberrocal-git/haaska
Release list
haaska v1.1.2
What's Changed
- fix: replace wait with timeout_seconds by @inverse in #5
- Fix import statement for requests library by @dberrocal-git in #6
- add: leverage dependabot for keeping actions and pip deps updated by @inverse in #2
- tidy: define python version consistently by @inverse in #1
- Bump the github-actions group with 3 updates by @dependabot[bot] in #7
- chore: add pre-commit + ruff linting by @inverse in #3
- Bump pytest from 8.4.2 to 9.0.1 in the pip group by @dependabot[bot] in #9
- Bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #8
New Contributors
- @inverse made their first contribution in #5
- @dberrocal-git made their first contribution in #6
- @dependabot[bot] made their first contribution in #7
Full Changelog: v1.1.1...v1.1.2
haaska v1.1.1
This pre-built version is provided for easy uploading to AWS Lambda.
Added
- Support for Python 3.13
- GitHub Actions workflow for automated building and releasing using a Makefile
Changed
- Update dependencies to modern versions
- Refactor the code to enhance readability and maintainability.