Skip to content

Commit

Permalink
Release protobuf-3.0.0, protoc_plugin-21.0.0 (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Jun 15, 2023
1 parent 6f3fc90 commit a9bf79f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-dev
## 3.0.0

* Require Dart `2.19`.
* Remove `ReadonlyMessageMixin` ([#183], [#644])
Expand Down
4 changes: 2 additions & 2 deletions protobuf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: protobuf
version: 3.0.0-dev
version: 3.0.0
description: >-
Runtime library for protocol buffers support. Use with package:protoc_plugin
to generate dart code for your '.proto' files.
repository: https://github.com/google/protobuf.dart/tree/master/protobuf

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: '>=2.19.0 <4.0.0'

dependencies:
collection: ^1.15.0
Expand Down
2 changes: 1 addition & 1 deletion protoc_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 21.0.0-dev
## 21.0.0

* Identifiers `fromBuffer`, `fromJson`, `$_defaultFor`, `initByValue` are no
longer reserved. Proto fields with those Dart names will no longer have a
Expand Down
6 changes: 3 additions & 3 deletions protoc_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: protoc_plugin
version: 21.0.0-dev
version: 21.0.0
description: A protobuf protoc compiler plugin used to generate Dart code.
repository: https://github.com/google/protobuf.dart/tree/master/protoc_plugin

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: '>=2.19.0 <4.0.0'

dependencies:
fixnum: ^1.0.0
path: ^1.8.0
protobuf: ^2.0.0
protobuf: ^3.0.0

dev_dependencies:
collection: ^1.15.0
Expand Down

0 comments on commit a9bf79f

Please sign in to comment.