From 128fc498110221dfdcb6f9f18b221bd9534dd98e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 12 Dec 2021 19:13:29 +0000 Subject: [PATCH] prepare actix-protobuf release 0.7.0-beta.3 --- actix-protobuf/CHANGES.md | 3 +++ actix-protobuf/Cargo.toml | 2 +- actix-protobuf/README.md | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index c52089463..d596e2384 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.7.0-beta.3 - 2021-12-12 * Update `actix-web` dependency to `4.0.0.beta-14`. [#209] [#209]: https://github.com/actix/actix-extras/pull/209 diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 9eb490268..ba6a2d094 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-protobuf" -version = "0.7.0-beta.2" +version = "0.7.0-beta.3" edition = "2018" authors = [ "kingxsp ", diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index 6aa67e6f6..dbc1f2971 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.2)](https://docs.rs/actix-protobuf/0.7.0-beta.2) +[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0-beta.3)](https://docs.rs/actix-protobuf/0.7.0-beta.3) ![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.2/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.2) +[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.7.0-beta.3/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.3) ## Documentation & Resources