Skip to content

v0.7.2

Compare
Choose a tag to compare
@ccmtaylor ccmtaylor released this 29 Sep 10:09
· 177 commits to master since this release
c6e6841

v0.7.0 introduced a bug that caused the code generator to emit invalid code for services that expose multiple RPCs.
This release fixes the error and adds a test case to avoid future regressions.

🪲 Bugfixes

  • fix code generation for services that expose multiple RPCs (#166)