File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
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
## [ Unreleased]
9
9
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
+
10
16
## [ 1.2.1] - 2019-10-29
11
17
12
18
- 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
33
39
34
40
- Initial release
35
41
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
37
44
[ 1.2.1 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.2.0...v1.2.1
38
45
[ 1.2.0 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.1.0...v1.2.0
39
46
[ 1.1.0 ] : https://github.com/danielgtaylor/python-betterproto/compare/v1.0.1...v1.1.0
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "betterproto" ,
5
- version = "1.2.1 " ,
5
+ version = "1.2.2 " ,
6
6
description = "A better Protobuf / gRPC generator & library" ,
7
7
long_description = open ("README.md" , "r" ).read (),
8
8
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments