forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Update repository tooling to 0.9.1 (flutter#2425)
- Loading branch information
1 parent
bc6061e
commit 5d5283e
Showing
5 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.0.1+1 | ||
|
||
* Fixes minimum version of `test` dependency. | ||
|
||
## 0.0.1 | ||
|
||
* Initial release of standard message codec extracted from the Flutter SDK. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: standard_message_codec | ||
description: An efficient and schemaless binary encoding format for Flutter and Dart. | ||
version: 0.0.1 | ||
version: 0.0.1+1 | ||
repository: https://github.com/flutter/packages/tree/main/packages/standard_message_codec | ||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Astandard_message_codec | ||
|
||
environment: | ||
sdk: '>=2.17.0 <3.0.0' | ||
|
||
dev_dependencies: | ||
test: ^1.11.1 | ||
test: ^1.16.0 |