Skip to content

Commit dc6a60c

Browse files
committed
Release v2.0.0b3
1 parent 1d54ef8 commit dc6a60c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "betterproto"
3-
version = "2.0.0b2"
3+
version = "2.0.0b3"
44
description = "A better Protobuf / gRPC generator & library"
55
authors = ["Daniel G. Taylor <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)