From ffe122b76e3a7e7c42779387a781aee2c1ecf282 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 24 Aug 2022 18:07:47 +0100 Subject: [PATCH] prepare actix-protobuf release 0.9.0 --- 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 789133f17..80a1eacbc 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2022-xx-xx + + +## 0.9.0 - 2022-08-24 - Added `application/x-protobuf` as an acceptable header. - Updated `prost` dependency to `0.11`. diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index b55796e7c..e87dec1df 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-protobuf" -version = "0.8.0" +version = "0.9.0" edition = "2018" authors = [ "kingxsp ", diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index 6588bdb5e..c78144309 100644 --- a/actix-protobuf/README.md +++ b/actix-protobuf/README.md @@ -3,9 +3,9 @@ > Protobuf payload extractor 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.8.0)](https://docs.rs/actix-protobuf/0.8.0) +[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.9.0)](https://docs.rs/actix-protobuf/0.9.0) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf) -[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.8.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.8.0) +[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.9.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.9.0) ## Documentation & Resources