8000 Bump version to 1.2.2 · mapped/python-betterproto@559b883 · GitHub
[go: up one dir, main page]

Skip to content

Commit 559b883

Browse files
committed
Bump version to 1.2.2
1 parent 7ccef16 commit 559b883

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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
## [Unreleased]
99

10+
## [1.2.2] - 2020-01-09
11+
12+
- Mention lack of Proto 2 support in README.
13+
- Fix serialization of constructor parameters [#10](https://github.com/danielgtaylor/python-betterproto/pull/10)
14+
- Fix `casing` parameter propagation [#7](https://github.com/danielgtaylor/python-betterproto/pull/7)
15+
1016
## [1.2.1] - 2019-10-29
1117

1218
- Fix comment indentation bug in rendered gRPC methods.
@@ -33,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3339

3440
- Initial release
3541

36-
[unreleased]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.1...HEAD
42+
[unreleased]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.2...HEAD
43+
[1.2.2]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.1...v1.2.2
3744
[1.2.1]: https://github.com/danielgtaylor/python-betterproto/compare/v1.2.0...v1.2.1
3845
[1.2.0]: https://github.com/danielgtaylor/python-betterproto/compare/v1.1.0...v1.2.0
3946
[1.1.0]: https://github.com/danielgtaylor/python-betterproto/compare/v1.0.1...v1.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="betterproto",
5-
version="1.2.1",
5+
version="1.2.2",
66
description="A better Protobuf / gRPC generator & library",
77
long_description=open("README.md", "r").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)
0