Skip to content

Commit

Permalink
release ttrpc-codegen: v0.4.0
Browse files Browse the repository at this point in the history
Bump ttrpc-compiler from 0.5.0 to 0.6.0 and bump
the major version of ttrpc-codegen to 0.4.0.

Signed-off-by: Tim Zhang <[email protected]>
  • Loading branch information
Tim-Zhang committed Aug 12, 2022
1 parent 6d5ecaf commit 3d184d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ttrpc-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ttrpc-codegen"
version = "0.3.0"
version = "0.4.0"
edition = "2018"
authors = ["The AntFin Kata Team <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -16,4 +16,4 @@ readme = "README.md"
protobuf = { version = "2.14.0" }
protobuf-codegen-pure = "2.14.0"
protobuf-codegen = "2.14.0"
ttrpc-compiler = { version = "0.5.0", path = "../compiler" }
ttrpc-compiler = "0.6.0"
5 changes: 3 additions & 2 deletions ttrpc-codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ ttrpc-codegen = "0.2"
| ttrpc-codegen version | ttrpc version |
| ------------- | ------------- |
| 0.1.x | <= 0.4.x |
| 0.2.x | >= 0.5.x |
| 0.3.x | >= 0.6.x |
| 0.2.x | == 0.5.x |
| 0.3.x | == 0.6.x |
| 0.4.x | >= 0.7.x |

## Alternative
The alternative is to use
Expand Down

0 comments on commit 3d184d5

Please sign in to comment.