From 0af741226bbef1ad9650048ddf9aa1563cd2fc1f Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Thu, 6 May 2021 02:29:05 -0400 Subject: [PATCH] bump version to v0.18.1 - includes bug fix of errant debug_assert! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e8ba86..9f93984 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "influx-writer" -version = "0.18.0" +version = "0.18.1" authors = ["Jonathan Strong "] edition = "2018" description = "opinionated influxdb client"