From 34e214466f662ac49694d47b8eb03ac58d690f1a Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Wed, 9 Oct 2019 16:02:04 -0700 Subject: [PATCH 1/2] chore: tag 0.1.1 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a747b3d..dbf6d63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## 0.1.1 (2019-10-09) + + +#### Chore + +* fix cache key to include CIRCLE_TAG ([5d2434e1](https://github.com/mozilla-services/syncstorage-rs/commit/5d2434e1f593c6a92b90e359fbc917a4fae80403)) +* update language in response to PR suggestions ([4573736b](https://github.com/mozilla-services/syncstorage-rs/commit/4573736be9fc83408e9803cac3594de9824f2963)) +* adding initial PR template ([a4383ecc](https://github.com/mozilla-services/syncstorage-rs/commit/a4383ecc6e256b8fefd06ec0cd9574ed21191d5e)) +* remove last last_modified -> modified remnant ([b67a1bfc](https://github.com/mozilla-services/syncstorage-rs/commit/b67a1bfc7539e35f0411cf15c472d5ee2000cada)) + + + ## 0.1.0 (2019-10-04) diff --git a/Cargo.lock b/Cargo.lock index deacaa37..655feebb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2382,7 +2382,7 @@ dependencies = [ [[package]] name = "syncstorage" -version = "0.1.0" +version = "0.1.1" 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 2b6d03ce..9baa573d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncstorage" -version = "0.1.0" +version = "0.1.1" license = "MPL-2.0" authors = [ "Ben Bangert ", From 071e52a47cfc3ec32873a46c03510d42fbad313a Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 11 Oct 2019 17:45:21 -0700 Subject: [PATCH 2/2] chore: tag 0.1.2 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf6d63a..67095acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## 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)) + + + ## 0.1.1 (2019-10-09) diff --git a/Cargo.lock b/Cargo.lock index 5c741577..086afcbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index bd6f49cc..72d3222a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncstorage" -version = "0.1.1" +version = "0.1.2" license = "MPL-2.0" authors = [ "Ben Bangert ",