(cargo-release) version 0.7.1

This commit is contained in:
Francis Lalonde 2019-01-13 12:49:57 -05:00
parent 914ee1e7e6
commit c0e789abcf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "dipstick"
version = "0.7.1-alpha.0"
version = "0.7.1"
authors = ["Francis Lalonde <fralalonde@gmail.com>"]
description = """A fast and modular metrics library decoupling app instrumentation from reporting backend.

View File

@ -73,7 +73,7 @@ To use Dipstick in your project, add the following line to your `Cargo.toml`
in the `[dependencies]` section:
```toml
dipstick = "0.7.0"
dipstick = "0.7.1"
```
## TODO / Missing / Weak points