File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 0.12.0-wip
1
+ ## 0.12.0
2
2
3
3
- Added validation that all URLs in the ` Input ` and ` Output ` of hooks are
4
4
absolute.
5
5
- Added ` addDataAssetDirectories ` extension method on ` BuildOutputBuilder ` .
6
+ - Replaced JSON serialization/deserialization logic with code generated from
7
+ the JSON schemas documenting the protocol.
6
8
7
9
## 0.11.0
8
10
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ description: >-
4
4
native assets CLI.
5
5
6
6
# Note: Bump BuildInput.version and BuildOutput.version on breaking changes!
7
- version : 0.12.0-wip
7
+ version : 0.12.0
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
9
9
10
- publish_to : none
10
+ # publish_to: none
11
11
12
12
topics :
13
13
- ffi
You can’t perform that action at this time.
0 commit comments