Skip to content

Commit 81403a5

Browse files
committed
chore: Release solaredge version 0.8.0
1 parent 8627faf commit 81403a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solaredge"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2024"
55
rust-version = "1.85.0"
66
description = "SolarEdge API client"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cargo add solaredge
1717
Or add to your Cargo.toml:
1818
```toml
1919
[dependencies]
20-
solaredge = "0.7.0"
20+
solaredge = "0.8.0"
2121
```
2222

2323
## Asynchronous SolarEdge API client for Rust

0 commit comments

Comments
 (0)