diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 300eee9..1ce859e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# pending +# v0.1.2-beta - use structured (json or syslog) logging to integrate nicely with log aggregation systems like Loki - fix exit signal in docker container - fix memory leak @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "containerspy" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "anyhow", "bollard", @@ -1,7 +1,7 @@ [package] name = "containerspy" authors = ["Hazel Atkinson <yellowsink@riseup.net>"] -version = "0.1.1-beta" +version = "0.1.2-beta" edition = "2021" description = "A lightweight Docker OTLP stats exporter" license-file = "LICENSE.md" |
