Release ttrpc-compiler v0.6.0 and ttrpc-codegen v0.4.0#154
Merged
Tim-Zhang merged 2 commits intocontainerd:masterfrom Aug 12, 2022
Merged
Release ttrpc-compiler v0.6.0 and ttrpc-codegen v0.4.0#154Tim-Zhang merged 2 commits intocontainerd:masterfrom
Tim-Zhang merged 2 commits intocontainerd:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #154 +/- ##
=======================================
Coverage 26.00% 26.00%
=======================================
Files 16 16
Lines 2415 2415
=======================================
Hits 628 628
Misses 1787 1787 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
liubin
approved these changes
Aug 12, 2022
wllenyj
approved these changes
Aug 12, 2022
Bump the major version of ttrpc-compiler to 0.6.0 due to containerd#146. Signed-off-by: Tim Zhang <tim@hyper.sh>
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 <tim@hyper.sh>
0fd3d2f to
3d184d5
Compare
Member
Author
|
https://crates.io/crates/ttrpc-compiler/0.6.0 and https://crates.io/crates/ttrpc-codegen/0.4.0 have been published |
KarstenB
pushed a commit
to KarstenB/ttrpc-rust
that referenced
this pull request
May 1, 2025
…egen Release ttrpc-compiler v0.6.0 and ttrpc-codegen v0.4.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Because #146 introduces incompatible changes, we should bump the major version of
ttrpc-compiler. and because we bump the dependencyttrpc-compilerinttrpc-codegen, we should bump the major version ofttrpc-codegentoo.