Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Dec 7, 2024
1 parent c220b3c commit a4a2a39
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[package]
name = "sunsniff"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
authors = ["Bruce Merry"]
license = "GPL-3.0-or-later"
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,23 @@ TODO:

## Changelog

### 0.4.0

- Fix handling of systems with two PV strings. Previously the PV Power metric
reported only the power for the first string. There are now PV Power 1 and PV
Power 2 metrics, and PV Power reports their sum.
- Support newer dongle firmware in the pcap backend, which uses a different
packet size and layout.
- Update dependencies

### 0.3.2

- Updates of dependencies
- Update dependencies
- Use modbus-robust so that restarting mbusd will be handled robustly

### 0.3.1

- Updates of dependencies
- Update dependencies
- Fix cross builds for aarch64-linux-gnu

### 0.3
Expand Down

0 comments on commit a4a2a39

Please sign in to comment.