mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-06 04:36:28 +02:00
chore: tag 0.1.2
This commit is contained in:
parent
0540b4f8ef
commit
071e52a47c
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
||||
<a name="0.1.2"></a>
|
||||
## 0.1.2 (2019-10-12)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* Be more permissive about content type headers ([53292fc9](https://github.com/mozilla-services/syncstorage-rs/commit/53292fc9c77394441ff8b6575943ad8e22883b75), closes [#264](https://github.com/mozilla-services/syncstorage-rs/issues/264))
|
||||
|
||||
#### Features
|
||||
|
||||
* rewrite post/put_bsos w/ spanner mutations ([a25a6288](https://github.com/mozilla-services/syncstorage-rs/commit/a25a62881b12f29506511d4a5018167eac4fff7b), closes [#267](https://github.com/mozilla-services/syncstorage-rs/issues/267))
|
||||
|
||||
|
||||
|
||||
<a name="0.1.1"></a>
|
||||
## 0.1.1 (2019-10-09)
|
||||
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2297,7 +2297,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "syncstorage"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
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.1"
|
||||
version = "0.1.2"
|
||||
license = "MPL-2.0"
|
||||
authors = [
|
||||
"Ben Bangert <ben@groovie.org>",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user