From d14c9987bcafaf0a8e39ae06d993676bda4d9301 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sun, 27 Oct 2019 17:32:27 +0000 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- ci/release_notes.md | 8 +------- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb6f2b..b4a1277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [risq release v0.3.0](https://github.com/bodymindarts/risq/releases/tag/v0.3.0) + +## Notice + +- minor version bump due to breaking change + +## Improvements + +- Demoved `depth` query from schema. The same data can be fetched via the `offers` field. + # [risq release v0.2.0](https://github.com/bodymindarts/risq/releases/tag/v0.2.0) ## Features diff --git a/Cargo.lock b/Cargo.lock index a2aa170..603b4c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1751,7 +1751,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "risq" -version = "0.3.0-dev" +version = "0.3.0" 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 ec18dd7..5ab63d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "risq" -version = "0.3.0-dev" +version = "0.3.0" authors = ["Justin Carter "] edition = "2018" license = "AGPL-3.0" diff --git a/ci/release_notes.md b/ci/release_notes.md index 76eecb5..4087d99 100644 --- a/ci/release_notes.md +++ b/ci/release_notes.md @@ -1,7 +1 @@ -## Notice - -- minor version bump due to breaking change - -## Improvements - -- Demoved `depth` query from schema. The same data can be fetched via the `offers` field. +Empty - please add release notes here