From 19c809da53871368e787d806c9fd7f0d4cacab09 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Mon, 26 Nov 2018 17:16:56 -0600 Subject: [PATCH] Release 0.1.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b42d01..e728e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased - TBA +# 0.1.1 - 2018-11-26 * Update to collectd-plugin 0.8.4 from 0.8.1, which fixes segfaults on plugin flush and shutdown * Add: configurable log level for timing data using the LogTimings configuration option (an example of a log timing: "inserted 1000 rows from 1000 values from 86403 bytes (capacity: 157696) in 54ms") diff --git a/Cargo.lock b/Cargo.lock index 7617f39..986beb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,7 +465,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pg-collectd" -version = "0.1.1-pre" +version = "0.1.1" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "collectd-plugin 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c8b0c9e..510c260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg-collectd" -version = "0.1.1-pre" +version = "0.1.1" authors = ["Nick Babcock "] description = "Provides an alternative and opinionated postgres collectd writer" repository = "https://github.com/nickbabcock/pg_collectd"