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
7
7
8
8
- Versions suffixed with ` b* ` are in ` beta ` and can be installed with ` pip install --pre betterproto ` .
9
9
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
+
10
16
## [ 2.0.0b2] - 2020-11-24
11
17
12
18
- 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 1
1
[tool .poetry ]
2
2
name = " betterproto"
3
- version = " 2.0.0b2 "
3
+ version = " 2.0.0b3 "
4
4
description = " A better Protobuf / gRPC generator & library"
5
5
authors = [
" Daniel G. Taylor <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments