Skip to content

Commit

Permalink
Stable release of protoc_plugin for null safety (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
iinozemtsev authored Feb 11, 2021
1 parent 94f5266 commit eb45463
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api_benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dev_dependencies:
dependency_overrides:
protobuf:
path: "../protobuf"
fixnum: ^1.0.0-nullsafety.0
fixnum: ^1.0.0
4 changes: 4 additions & 0 deletions protoc_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 20.0.0

* Stable release generating null-safe code.

## 20.0.0-nullsafety.2

* Support optional proto3 fields
Expand Down
12 changes: 6 additions & 6 deletions protoc_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: protoc_plugin
version: 20.0.0-nullsafety.2
version: 20.0.0
description: Protoc compiler plugin to generate Dart code
homepage: https://github.com/dart-lang/protobuf

environment:
sdk: '>=2.11.0 <3.0.0'

dependencies:
fixnum: '>=0.10.9 <2.0.0'
path: ^1.8.0-nullsafety
protobuf: '^2.0.0-nullsafety.1'
fixnum: ^1.0.0
path: ^1.8.0
protobuf: ^2.0.0
dart_style: ^1.0.6

dev_dependencies:
test: ^1.16.0-nullsafety
pedantic: ^1.10.0-nullsafety
test: ^1.16.0
pedantic: ^1.10.0

executables:
protoc-gen-dart: protoc_plugin

0 comments on commit eb45463

Please sign in to comment.