Skip to content

Commit

Permalink
Release v0.13.0 (#259)
Browse files Browse the repository at this point in the history
* [CHANGE] `slog` used for logging instead go logger #246
* [ENHANCEMENT] Added support for `megaraid` devices and device types #205 #257
* [BUGFIX] Better support for smartmontools < 7.3 #238
* [BUGFIX] Corrected NVMe read/write bytes to NVMe metrics #211

Signed-off-by: Konstantin Shalygin <[email protected]>
  • Loading branch information
k0ste authored Dec 20, 2024
1 parent 6824197 commit 2424bcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.13.0 / 2024-12-20

* [CHANGE] `slog` used for logging instead go logger #246
* [ENHANCEMENT] Added support for `megaraid` devices and device types #205 #257
* [BUGFIX] Better support for smartmontools < 7.3 #238
* [BUGFIX] Corrected NVMe read/write bytes to NVMe metrics #211

## 0.12.0 / 2024-03-03

* [CHANGE] Better SCSI/SAS support, and removing confused metrics #168
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.13.0

0 comments on commit 2424bcb

Please sign in to comment.