From bdacbadbd5fd5bd5488a5d0839ff0946ba22180b Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 12 Mar 2021 13:41:32 -0800 Subject: [PATCH] chore: tag 0.9.1 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96529bb2b..70c5a02cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 0.9.1 (2021-03-12) + + +#### Chore + +* kill the long unused db middleware ([8f9cce76](https://github.com/mozilla-services/syncstorage-rs/commit/8f9cce76ba4a52e4594f32b471f2e0259abe04d2), closes [#693](https://github.com/mozilla-services/syncstorage-rs/issues/693), [#1018](https://github.com/mozilla-services/syncstorage-rs/issues/1018)) +* Update for March 2021 ([4e38e681](https://github.com/mozilla-services/syncstorage-rs/commit/4e38e68180766c083b651d148c24f42e5d0fd058), closes [#1018](https://github.com/mozilla-services/syncstorage-rs/issues/1018)) + +#### Features + +* Manually update the spanner session approximate_last_used_time (#1009) ([f669b257](https://github.com/mozilla-services/syncstorage-rs/commit/f669b257a2d8b8f4928a32df27eebe33f1af555e), closes [#1008](https://github.com/mozilla-services/syncstorage-rs/issues/1008)) + + + ## 0.9.0 (2021-02-25) diff --git a/Cargo.lock b/Cargo.lock index a6db3ccca4..f48fa28d09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2924,7 +2924,7 @@ dependencies = [ [[package]] name = "syncstorage" -version = "0.9.0" +version = "0.9.1" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 68b8e5e8c9..e47babd017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncstorage" -version = "0.9.0" +version = "0.9.1" license = "MPL-2.0" authors = [ "Ben Bangert ",