1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
# Changelog
## v0.3.0 (2025-03-28)
### Feature
- Implement new api response and fix duplicate hour handling (#9) ([`ebfeaab`](https://github.com/hunterjm/aiodukeenergy/commit/ebfeaab8c2806abdba13cb1ae8e376039b37caf7))
## v0.2.3 (2025-03-28)
### Style
- Apply ruff format ([`cccb745`](https://github.com/hunterjm/aiodukeenergy/commit/cccb745bab712c7c06e18872e490637a8d418a86))
### Fix
- Update deprecated paths (#8) ([`7509d34`](https://github.com/hunterjm/aiodukeenergy/commit/7509d34a96edd7c17f5720c89f77fe68a0306302))
## v0.2.2 (2024-09-07)
### Fix
- Missing hours come back sometimes that we need to handle (#4) ([`5bd3836`](https://github.com/hunterjm/aiodukeenergy/commit/5bd38363f0661399d0ca65ea22a66a7dfcec9bf9))
## v0.2.1 (2024-09-07)
### Fix
- Fix return types for get_meters and get_accounts (#3) ([`da29eca`](https://github.com/hunterjm/aiodukeenergy/commit/da29eca72ded229b6a9717251a54633ecc873291))
## v0.2.0 (2024-09-06)
### Feature
- Allow directly calling authenticate (#2) ([`cde5d87`](https://github.com/hunterjm/aiodukeenergy/commit/cde5d87daea32c40101cc7ef3cf8be7e9f257bbe))
## v0.1.0 (2024-09-06)
### Feature
- First version (#1) ([`9369c78`](https://github.com/hunterjm/aiodukeenergy/commit/9369c787a0efd0f84cb7b81d5a43da1a486861ea))
|