Skip to content

Commit 19ce721

Browse files
authored
chore(protobuf): prepare 0.12.0 release (#779)
1 parent 134dffb commit 19ce721

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-protobuf/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.12.0
6+
57
- Updated `prost` dependency to `0.14`.
68
- Minimum supported Rust version (MSRV) is now 1.88.
79

actix-protobuf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-protobuf"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = [
55
"kingxsp <jin.hb.zh@outlook.com>",
66
"Yuki Okushi <huyuumi.dev@gmail.com>",

actix-protobuf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/actix-protobuf?label=latest)](https://crates.io/crates/actix-protobuf)
8-
[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.11.0)](https://docs.rs/actix-protobuf/0.11.0)
8+
[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.12.0)](https://docs.rs/actix-protobuf/0.12.0)
99
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf)
10-
[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.11.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.11.0)
10+
[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.12.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.12.0)
1111

1212
<!-- prettier-ignore-end -->
1313

0 commit comments

Comments
 (0)