enphase-api 1.0.0

Rust client for Enphase/Envoy API
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- markdownlint-disable -->
## [1.0.0]https://github.com/JP-Ellis/enphase-api/releases/tag/v1.0.0 - _2026-03-17_

### ๐Ÿš€ Features

-   [**breaking**] Change api to be async
-   Add fetching of power state
-   Initial client implementation

### ๐Ÿ“š Documentation

-   Update readme with async api
-   Update readme

### ๐Ÿงช Testing

-   Add unit tests from fixtures

### โš™๏ธ Miscellaneous Tasks

-   Add release-plz workflow and configuration
-   Remove multiple crate lint
-   _(ci)_ Replace pre-commit with prek
-   Update biome schema
-   Remove unused prek hooks
-   Fix new clippy lints
-   _(ci)_ Disable tests for now
-   Initial commit