Skip to content

Commit

Permalink
Remove protoc_plugin exe from repo, update .gitignore (#851)
Browse files Browse the repository at this point in the history
Also bump version number as I've retracted the last release.

Fixes #847.
  • Loading branch information
osa1 committed Jun 19, 2023
1 parent 4b71e60 commit e76bd74
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ packages
pubspec.lock
benchmarks/out
doc/

# `dart compile exe` outputs
*.exe

# `dart compile js` outputs
*.js*

# `dart compile wasm` outputs
*.wasm
*.mjs
6 changes: 5 additions & 1 deletion protoc_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 21.0.1
## 21.0.2

* Fix missing protobuf import in generated grpc files. ([#844])

[#844]: https://github.com/google/protobuf.dart/issues/844

## 21.0.1

(Bad release, retracted)

## 21.0.0

* Identifiers `fromBuffer`, `fromJson`, `$_defaultFor`, `initByValue` are no
Expand Down
Binary file removed protoc_plugin/bin/protoc_plugin.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion protoc_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: protoc_plugin
version: 21.0.1
version: 21.0.2
description: A protobuf protoc compiler plugin used to generate Dart code.
repository: https://github.com/google/protobuf.dart/tree/master/protoc_plugin

Expand Down

0 comments on commit e76bd74

Please sign in to comment.