From d33bafddd2099872343ccaf4c01731749e5ee7b8 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Fri, 25 Feb 2022 15:06:19 -0800 Subject: [PATCH] chore: 1.59.1 * add clippy fixes to tag --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 6 +++--- autoendpoint/Cargo.toml | 2 +- autopush-common/Cargo.toml | 2 +- autopush/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6284ca862..bfb776298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.59.1 (2022-02-25) + + +#### Chore + +* tag 1.59 (#296) ([8b8e5fb3](https://github.com/mozilla-services/autopush-rs/commit/8b8e5fb36eb8909341af8c12e11ded6fc724d3c6)) + + + ## 1.59.0 (2022-02-25) diff --git a/Cargo.lock b/Cargo.lock index 719339095..b71dbc1a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoendpoint" -version = "1.59.0" +version = "1.59.1" dependencies = [ "a2", "actix-cors", @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "autopush" -version = "1.59.0" +version = "1.59.1" dependencies = [ "autopush_common", "base64 0.13.0", @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.59.0" +version = "1.59.1" dependencies = [ "base64 0.13.0", "cadence", diff --git a/autoendpoint/Cargo.toml b/autoendpoint/Cargo.toml index d68032017..5d474a752 100644 --- a/autoendpoint/Cargo.toml +++ b/autoendpoint/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "autoendpoint" # Should match version in ../autopush/Cargo.toml -version = "1.59.0" +version = "1.59.1" authors = ["Mark Drobnak ", "jrconlin "] edition = "2018" diff --git a/autopush-common/Cargo.toml b/autopush-common/Cargo.toml index 91c680603..b4f58ad84 100644 --- a/autopush-common/Cargo.toml +++ b/autopush-common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "autopush_common" # Should match version in ../autopush/Cargo.toml -version = "1.59.0" +version = "1.59.1" authors = [ "Ben Bangert ", "JR Conlin ", diff --git a/autopush/Cargo.toml b/autopush/Cargo.toml index d3a07fb75..f7f87de84 100644 --- a/autopush/Cargo.toml +++ b/autopush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.59.0" +version = "1.59.1" authors = [ "Ben Bangert ", "JR Conlin ",