Skip to content

Releases: dberrocal-git/haaska

haaska v1.1.2

Choose a tag to compare

@dberrocal-git dberrocal-git released this 20 Feb 09:44
1d3b3c8

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

Full Changelog: v1.1.1...v1.1.2

haaska v1.1.1

Choose a tag to compare

@dberrocal-git dberrocal-git released this 15 Oct 11:38
47d1b31

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.