From 129e2ed91d8b64d9d0bd1165fda802d01b2ee6df Mon Sep 17 00:00:00 2001
From: Gero Gerke <11deutron11@gmail.com>
Date: Sun, 23 Jun 2019 15:17:35 +0200
Subject: [PATCH] Release 0.0.2
---
Cargo.lock | 2 +-
Cargo.toml | 2 +-
README.md | 9 +++++++--
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c2dcebc..d501e43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -402,7 +402,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "influxdb"
-version = "0.0.1"
+version = "0.0.2"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index aa9c92b..216b229 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "influxdb"
-version = "0.0.1"
+version = "0.0.2"
authors = ["Gero Gerke <11deutron11@gmail.com>"]
edition = "2018"
description = "InfluxDB Driver for Rust"
diff --git a/README.md b/README.md
index 79a38c6..e9b5eeb 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,9 @@
+ + + @@ -47,7 +50,7 @@ Pull requests are always welcome. Add the following to your `Cargo.toml` ```toml -influxdb = "0.0.1" +influxdb = "0.0.2" ``` For an example with using Serde deserialization, please refer to [serde_integration](crate::integrations::serde_integration) @@ -96,4 +99,6 @@ in the repository. ## License -The MIT License @ Gero Gerke 2019 +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + +@ 2019 Gero Gerke, All rights reserved. \ No newline at end of file