bump version to 0.2.0

This commit is contained in:
glyph 2021-12-13 07:09:38 +02:00
parent f9231f0bc9
commit 7b4090f56f
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2602,7 +2602,7 @@ dependencies = [
[[package]]
name = "peach-stats"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"log 0.4.14",
"miniserde",

View File

@ -1,6 +1,6 @@
[package]
name = "peach-stats"
version = "0.1.0"
version = "0.2.0"
authors = ["Andrew Reid <glyph@mycelial.technology>"]
edition = "2018"
description = "Query system statistics. Provides a wrapper around the probes and systemstat crates."

View File

@ -1,6 +1,6 @@
# peach-stats
![Generic badge](https://img.shields.io/badge/version-0.1.0-<COLOR>.svg)
![Generic badge](https://img.shields.io/badge/version-0.2.0-<COLOR>.svg)
System statistics library for PeachCloud. Provides a wrapper around the [probes](https://crates.io/crates/probes) and [systemstat](https://crates.io/crates/systemstat) crates.