mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 12:16:21 +02:00
Merge pull request #291 from mozilla-services/release/0.1
chore: tag 0.1.4
This commit is contained in:
commit
8b3bb4e81d
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -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)",
|
||||
|
||||
@ -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>",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user