File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88- Versions suffixed with ` b* ` are in ` beta ` and can be installed with ` pip install --pre betterproto ` .
99
10+ ## [ 2.0.0b3] - 202?-??-??
11+
12+ - Generate grpclib service stubs [ #170 ] ( https://github.com/danielgtaylor/python-betterproto/pull/170 )
13+
14+ - Fix incorrect routes in generated client when service is not in a package [ #177 ] ( https://github.com/danielgtaylor/python-betterproto/pull/177 )
15+
1016## [ 2.0.0b2] - 2020-11-24
1117
1218- Add support for deprecated message and fields [ #126 ] ( https://github.com/danielgtaylor/python-betterproto/pull/126 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " betterproto"
3- version = " 2.0.0b2 "
3+ version = " 2.0.0b3 "
44description = " A better Protobuf / gRPC generator & library"
55authors = [" Daniel G. Taylor <danielgtaylor@gmail.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments