Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit 6d5ecaf

Browse files
committed
release ttrpc-compiler: v0.6.0
Bump the major version of ttrpc-compiler to 0.6.0 due to containerd#146. Signed-off-by: Tim Zhang <[email protected]>
1 parent 8fd8794 commit 6d5ecaf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-compiler"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <[email protected]>"]
66
license = "Apache-2.0"

compiler/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ generate rust version ttrpc code from proto files.
1111
| ttrpc-compiler version | ttrpc version |
1212
| ------------- | ------------- |
1313
| 0.3.x | <= 0.4.x |
14-
| 0.4.x | = 0.5.x |
15-
| 0.5.x | >= 0.6.x |
14+
| 0.4.x | == 0.5.x |
15+
| 0.5.x | == 0.6.x |
16+
| 0.6.x | >= 0.7.x |

0 commit comments

Comments
 (0)