chore: tag 0.1.4

This commit is contained in:
Philip Jenvey 2019-10-18 00:03:03 -07:00
parent 6d5ddb982e
commit 4f52022be0
No known key found for this signature in database
GPG Key ID: 5B9F83DE4F7EB7FA
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
<a name="0.1.4"></a>
## 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))
<a name="0.1.2"></a>
## 0.1.2 (2019-10-12)

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "syncstorage"
version = "0.1.2"
version = "0.1.4"
license = "MPL-2.0"
authors = [
"Ben Bangert <ben@groovie.org>",