From f1fb37cbb9eac9cc88f0a220e1da635fa5c5c464 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 23 Oct 2019 17:22:47 +0000 Subject: [PATCH] Release v0.0.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- ci/release_notes.md | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 ci/release_notes.md diff --git a/Cargo.lock b/Cargo.lock index 2a385e9..34bfdbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1792,7 +1792,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "risq" -version = "0.0.7-dev" +version = "0.0.7" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ceb5e6b..9c38acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "risq" -version = "0.0.7-dev" +version = "0.0.7" authors = ["Justin Carter "] edition = "2018" license = "AGPL-3.0" diff --git a/ci/release_notes.md b/ci/release_notes.md deleted file mode 100644 index d67f3af..0000000 --- a/ci/release_notes.md +++ /dev/null @@ -1,5 +0,0 @@ -## Improvements -- Logging only for the `daemon` command. Default log level is `info`, this can be changed using the new flag `--log-level` ([#12](https://github.com/bodymindarts/risq/pull/12)) - -## Bug fixes -- Fixed timestamp bug in price nodes ([#15](https://github.com/bodymindarts/risq/pull/15))