Skip to content

Commit 7c123c4

Browse files
authored
Merge pull request #11201 from protocolbuffers/21.x-202212080033
21.x 202212080033
2 parents ffe65a5 + 44eafb2 commit 7c123c4

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
2+
Python
3+
* Add license file to pypi wheels (#10936)
4+
* Fix round-trip bug (#10158)
5+
16
2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
27

38
Java

version.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"21.x": {
3-
"protoc_version": "21.11",
3+
"protoc_version": "21.12-dev",
44
"lts": false,
5-
"date": "2022-12-07",
5+
"date": "2022-12-08",
66
"languages": {
7-
"cpp": "3.21.11",
8-
"csharp": "3.21.11",
9-
"java": "3.21.11",
10-
"javascript": "3.21.11",
11-
"objectivec": "3.21.11",
12-
"php": "3.21.11",
13-
"python": "4.21.11",
14-
"ruby": "3.21.11"
7+
"cpp": "3.21.12-dev",
8+
"csharp": "3.21.12-dev",
9+
"java": "3.21.12-dev",
10+
"javascript": "3.21.12-dev",
11+
"objectivec": "3.21.12-dev",
12+
"php": "3.21.12-dev",
13+
"python": "4.21.12-dev",
14+
"ruby": "3.21.12-dev"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)