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

Commit 3d184d5

Browse files
committed
release ttrpc-codegen: v0.4.0
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]>
1 parent 6d5ecaf commit 3d184d5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ttrpc-codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-codegen"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <[email protected]>"]
66
license = "Apache-2.0"
@@ -16,4 +16,4 @@ readme = "README.md"
1616
protobuf = { version = "2.14.0" }
1717
protobuf-codegen-pure = "2.14.0"
1818
protobuf-codegen = "2.14.0"
19-
ttrpc-compiler = { version = "0.5.0", path = "../compiler" }
19+
ttrpc-compiler = "0.6.0"

ttrpc-codegen/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ ttrpc-codegen = "0.2"
4444
| ttrpc-codegen version | ttrpc version |
4545
| ------------- | ------------- |
4646
| 0.1.x | <= 0.4.x |
47-
| 0.2.x | >= 0.5.x |
48-
| 0.3.x | >= 0.6.x |
47+
| 0.2.x | == 0.5.x |
48+
| 0.3.x | == 0.6.x |
49+
| 0.4.x | >= 0.7.x |
4950

5051
## Alternative
5152
The alternative is to use

0 commit comments

Comments
 (0)