Skip to content

Commit ca56371

Browse files
committed
[native_assets_cli] Publish 0.12.0
1 parent 8604847 commit ca56371

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pkgs/native_assets_cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
- Added validation that all URLs in the `Input` and `Output` of hooks are
44
absolute.
55
- Added `addDataAssetDirectories` extension method on `BuildOutputBuilder`.
6+
- Replaced JSON serialization/deserialization logic with code generated from
7+
the JSON schemas documenting the protocol.
68

79
## 0.11.0
810

pkgs/native_assets_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: >-
44
native assets CLI.
55
66
# Note: Bump BuildInput.version and BuildOutput.version on breaking changes!
7-
version: 0.12.0-wip
7+
version: 0.12.0
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
99

10-
publish_to: none
10+
# publish_to: none
1111

1212
topics:
1313
- ffi

0 commit comments

Comments
 (0)