We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bffe4b commit f14a401Copy full SHA for f14a401
protoc_plugin/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 22.0.1
2
+
3
+* Bump `protobuf` constraint to `^4.0.0`
4
5
## 22.0.0
6
7
* Remove `PbEventMixin` mixin. ([#738])
protoc_plugin/pubspec.yaml
@@ -1,5 +1,5 @@
name: protoc_plugin
-version: 22.0.0
+version: 22.0.1
description: A protobuf protoc compiler plugin used to generate Dart code.
repository: https://github.com/google/protobuf.dart/tree/master/protoc_plugin
@@ -9,7 +9,7 @@ environment:
9
dependencies:
10
fixnum: ^1.0.0
11
path: ^1.8.0
12
- protobuf: ^3.1.0
+ protobuf: ^4.0.0
13
14
dev_dependencies:
15
collection: ^1.15.0
0 commit comments