Skip to content

Commit

Permalink
prepare actix-protobuf release 0.7.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 21, 2021
1 parent 0999159 commit 477b0f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions actix-protobuf/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx


## 0.7.0-beta.2 - 2021-10-21
* Bump `prost` version to 0.8. [#197]
* Update `actix-web` dependency to v4.0.0-beta.10. [#203]
* Minimum supported Rust version (MSRV) is now 1.52.
Expand Down
2 changes: 1 addition & 1 deletion actix-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-protobuf"
version = "0.7.0-beta.1"
version = "0.7.0-beta.2"
edition = "2018"
authors = [
"kingxsp <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions actix-protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1)](https://docs.rs/actix-protobuf/0.7.0-beta.1)
[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0-beta.2)](https://docs.rs/actix-protobuf/0.7.0-beta.2)
![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.1/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.1)
[![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)

## Documentation & Resources

Expand Down

0 comments on commit 477b0f8

Please sign in to comment.