containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197 stars 47 forks source link

Release ttrpc-compiler v0.6.0 and ttrpc-codegen v0.4.0 #154

Closed Tim-Zhang closed 2 years ago

Tim-Zhang commented 2 years ago

Because https://github.com/containerd/ttrpc-rust/pull/146 introduces incompatible changes, we should bump the major version of ttrpc-compiler. and because we bump the dependency ttrpc-compiler in ttrpc-codegen, we should bump the major version of ttrpc-codegen too.

codecov[bot] commented 2 years ago

Codecov Report

Merging #154 (3d184d5) into master (4f1e5f1) will not change coverage. The diff coverage is n/a.

@@           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.

Tim-Zhang commented 2 years ago

https://crates.io/crates/ttrpc-compiler/0.6.0 and https://crates.io/crates/ttrpc-codegen/0.4.0 have been published