Skip to content

Releases: eifinger/pywaze

v0.1.2 🌈 Fixes for the release process

08 Aug 07:47
7a468b8
Compare
Choose a tag to compare

This release only fixes the release process and does not include any changes to the code itself.

🐛 Bug fixes

  • Search and replace version before publishing @eifinger (#4)

v0.1.1 🌈 Support `async with` syntax

07 Aug 14:11
Compare
Choose a tag to compare

🐛 Bug fixes

  • Support async with syntax (asynchronous context manager protocol) @eifinger (#3)
    async with route_calculator.WazeRouteCalculator() as client:
            route_time, route_distance = await client.calc_route_info(start, end)

v0.1.0 🌈 Pre-release for testing with Homeassistant

07 Aug 09:06
bc8f747
Compare
Choose a tag to compare

This release includes a fork of WazeRouteCalculator with some initial improvements:

  • uses httpx for async support
  • adds initial test coverage

Upcoming releases will improve code-style, stability and features.