From 4f52022be0fd40949d074bb86646774028a19fc8 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 18 Oct 2019 00:03:03 -0700 Subject: [PATCH] chore: tag 0.1.4 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67095acd..1f09ef36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## 0.1.4 (2019-10-18) + + +#### Bug Fixes + +* switch sentry to its curl transport ([5cbd1974](https://github.com/mozilla-services/syncstorage-rs/commit/5cbd19744c13ef59f7fb0ba995231879c7a050d6), closes [#289](https://github.com/mozilla-services/syncstorage-rs/issues/289)) +* accept weighted content-type headers ([f3899695](https://github.com/mozilla-services/syncstorage-rs/commit/f389969517e60d41774ce71c4e7093a79c642ddd), closes [#287](https://github.com/mozilla-services/syncstorage-rs/issues/287)) + + + ## 0.1.2 (2019-10-12) diff --git a/Cargo.lock b/Cargo.lock index 5353b67b..45b013e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2338,7 +2338,7 @@ dependencies = [ [[package]] name = "syncstorage" -version = "0.1.2" +version = "0.1.4" dependencies = [ "actix-cors 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "actix-http 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c06a16f6..c99e11bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncstorage" -version = "0.1.2" +version = "0.1.4" license = "MPL-2.0" authors = [ "Ben Bangert ",