Skip to content

Commit bce362d

Browse files
authored
prep to publish 22.4.0 (#1023)
1 parent 269e004 commit bce362d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

protoc_plugin/CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
## 22.4.0-wip
1+
## 22.4.0
22

33
* Update how we calculate import prefixes ([#1010]); import prefixes are now
44
unique per-library instead of being unique across all generated libraries.
5-
* Ignore `unused_import` diagnostics for `*.pbjson.dart` files.
5+
* Ignore `unused_import` diagnostics for `*.pbjson.dart` files. ([#1013])
66
* Revert the change to not generate empty `*.pbenum.dart` files; these can be
7-
exported from other enum files.
8-
* Improve the readablity of generated gRPC client files.
7+
exported from other enum files. ([#1016])
8+
* Improve the readablity of generated gRPC client files. ([#1021])
9+
* Adjust the text of generated file headers ('This is a generated file...').
10+
([#1022])
911

1012
[#1010]: https://github.com/google/protobuf.dart/issues/1010
13+
[#1013]: https://github.com/google/protobuf.dart/pull/1013
14+
[#1016]: https://github.com/google/protobuf.dart/pull/1016
15+
[#1021]: https://github.com/google/protobuf.dart/pull/1021
16+
[#1022]: https://github.com/google/protobuf.dart/pull/1022
1117

1218
## 22.3.0
1319

protoc_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: protoc_plugin
2-
version: 22.4.0-wip
2+
version: 22.4.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)