Skip to content

Commit 129e2ed

Browse files
committed
Release 0.0.2
1 parent 70a2bfc commit 129e2ed

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "influxdb"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["Gero Gerke <[email protected]>"]
55
edition = "2018"
66
description = "InfluxDB Driver for Rust"

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
</div>
1111
<br/>
1212
<p align="center">
13+
<a href="https://crates.io/crates/influxdb">
14+
<img src="https://img.shields.io/crates/v/influxdb.svg"/>
15+
</a>
1316
<a href="https://travis-ci.org/Empty2k12/influxdb-rust">
1417
<img src="https://travis-ci.org/Empty2k12/influxdb-rust.svg?branch=master" alt='Build Status' />
1518
</a>
@@ -47,7 +50,7 @@ Pull requests are always welcome.
4750
Add the following to your `Cargo.toml`
4851

4952
```toml
50-
influxdb = "0.0.1"
53+
influxdb = "0.0.2"
5154
```
5255

5356
For an example with using Serde deserialization, please refer to [serde_integration](crate::integrations::serde_integration)
@@ -96,4 +99,6 @@ in the repository.
9699

97100
## License
98101

99-
The MIT License @ Gero Gerke 2019
102+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
103+
104+
@ 2019 Gero Gerke, All rights reserved.

0 commit comments

Comments
 (0)