Skip to content

Commit f675352

Browse files
authored
chore: update readme with v0.14.x branch (#2383)
1 parent c9cc210 commit f675352

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Thank you for your Pull Request. Please provide a description above and review
33
the requirements below.
44
5+
If this change is intended for tonic `v0.14.x` please make this PR against that branch
6+
otherwise, it may not get included in a relase for a long time.
7+
58
Bug fixes and new features should include tests.
69
710
Contributors guide: https://github.com/hyperium/tonic/blob/master/CONTRIBUTING.md

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
![](https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-banner.svg?sanitize=true)
22

3+
34
A rust implementation of [gRPC], a high performance, open source, general
45
RPC framework that puts mobile and HTTP/2 first.
56

7+
> **Note**: tonic's [master](https://github.com/hyperium/tonic) branch is
8+
> currently preparing breaking changes. For the most recently *released* code,
9+
> look to the [0.14.x branch](https://github.com/hyperium/tonic/tree/v0.14.x).
10+
611
[`tonic`] is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. This library was created to have first class support of async/await and to act as a core building block for production systems written in Rust.
712

813
[![Crates.io](https://img.shields.io/crates/v/tonic)](https://crates.io/crates/tonic)

0 commit comments

Comments
 (0)