Skip to content

Commit 3bffe4b

Browse files
authored
Prepare to publish protobuf 4.0.0 and protoc_plugin 22.0.0 (#969)
1 parent 0bab78d commit 3bffe4b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

protobuf/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0-wip
1+
## 4.0.0
22

33
* **Breaking:** The following types and members are now removed:
44

protobuf/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: protobuf
2-
version: 4.0.0-wip
2+
version: 4.0.0
33
description: >-
44
Runtime library for protocol buffers support. Use with package:protoc_plugin
55
to generate Dart code for your '.proto' files.

protoc_plugin/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 22.0.0-wip
1+
## 22.0.0
22

33
* Remove `PbEventMixin` mixin. ([#738])
44
* Type of repeated fields is now `PbList` (instead of `List`), type of map
@@ -30,7 +30,7 @@
3030
[#935]: https://github.com/google/protobuf.dart/pull/935
3131
[#955]: https://github.com/google/protobuf.dart/pull/955
3232
[#963]: https://github.com/google/protobuf.dart/issues/963
33-
[#153]: https://github.com/google/protobuf.dart/issues/153
33+
[#159]: https://github.com/google/protobuf.dart/issues/159
3434

3535
## 21.1.2
3636

protoc_plugin/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: protoc_plugin
2-
version: 22.0.0-wip
2+
version: 22.0.0
33
description: A protobuf protoc compiler plugin used to generate Dart code.
44
repository: https://github.com/google/protobuf.dart/tree/master/protoc_plugin
55

0 commit comments

Comments
 (0)