From 0d140d7ac30b2867498968b5719d6e49b644e864 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Thu, 11 Jun 2020 11:38:36 -0700 Subject: [PATCH] chore: tag 0.4.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d4f44aca..7e46d83ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 0.4.1 (2020-06-11) + + +#### Bug Fixes + +* python image build needs stable docker git container ([93edc9f6](https://github.com/mozilla-services/syncstorage-rs/commit/93edc9f6d20300dc2355cf80850ebf6d67143f5c)) + + + ## 0.4.0 (2020-06-11) diff --git a/Cargo.lock b/Cargo.lock index 6cf60487c4..6043f7b46f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2989,7 +2989,7 @@ dependencies = [ [[package]] name = "syncstorage" -version = "0.4.0" +version = "0.4.1" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 9701514bb2..007bded7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncstorage" -version = "0.4.0" +version = "0.4.1" license = "MPL-2.0" authors = [ "Ben Bangert ",