Skip to content

Commit

Permalink
release ttrpc-compiler: v0.6.0
Browse files Browse the repository at this point in the history
Bump the major version of ttrpc-compiler to 0.6.0 due to containerd#146.

Signed-off-by: Tim Zhang <[email protected]>
  • Loading branch information
Tim-Zhang committed Aug 12, 2022
1 parent 8fd8794 commit 6d5ecaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ttrpc-compiler"
version = "0.5.0"
version = "0.6.0"
edition = "2018"
authors = ["The AntFin Kata Team <[email protected]>"]
license = "Apache-2.0"
Expand Down
5 changes: 3 additions & 2 deletions compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ generate rust version ttrpc code from proto files.
| ttrpc-compiler version | ttrpc version |
| ------------- | ------------- |
| 0.3.x | <= 0.4.x |
| 0.4.x | = 0.5.x |
| 0.5.x | >= 0.6.x |
| 0.4.x | == 0.5.x |
| 0.5.x | == 0.6.x |
| 0.6.x | >= 0.7.x |

0 comments on commit 6d5ecaf

Please sign in to comment.