From 9e911490cfb62ab0062a959033697fb08a1d4d07 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 1 Mar 2022 04:12:52 +0000 Subject: [PATCH] prepare actix-protobuf release 0.7.0 --- actix-protobuf/CHANGES.md | 4 ++++ actix-protobuf/Cargo.toml | 2 +- actix-protobuf/README.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index b893baa4d..23cb3e356 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased - 2021-xx-xx +## 0.7.0 - 2022-03-01 +- No significant changes since `0.7.0-beta.5`. + + ## 0.7.0-beta.5 - 2022-02-03 - Update `prost` dependency to `0.9`. - Update `actix-web` dependency to `4.0.0-rc.1`. diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 4d3f7e598..e8f199a67 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-protobuf" -version = "0.7.0-beta.5" +version = "0.7.0" edition = "2018" authors = [ "kingxsp ", diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index 1b79cf3d4..6833f0927 100644 --- a/actix-protobuf/README.md +++ b/actix-protobuf/README.md @@ -3,9 +3,9 @@ > Protobuf support for Actix Web. [![crates.io](https://img.shields.io/crates/v/actix-protobuf?label=latest)](https://crates.io/crates/actix-protobuf) -[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0-beta.5)](https://docs.rs/actix-protobuf/0.7.0-beta.5) +[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0)](https://docs.rs/actix-protobuf/0.7.0) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf) -[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.7.0-beta.5/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.5) +[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.7.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0) ## Documentation & Resources