We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fa5be commit 5ec267aCopy full SHA for 5ec267a
pkgs/native_assets_cli/CHANGELOG.md
@@ -1,8 +1,10 @@
1
-## 0.12.0-wip
+## 0.12.0
2
3
- Added validation that all URLs in the `Input` and `Output` of hooks are
4
absolute.
5
- Added `addDataAssetDirectories` extension method on `BuildOutputBuilder`.
6
+- Replaced JSON serialization/deserialization logic with code generated from
7
+ the JSON schemas documenting the protocol.
8
9
## 0.11.0
10
pkgs/native_assets_cli/pubspec.yaml
@@ -4,10 +4,10 @@ description: >-
native assets CLI.
# Note: Bump BuildInput.version and BuildOutput.version on breaking changes!
-version: 0.12.0-wip
+version: 0.12.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
-publish_to: none
+# publish_to: none
11
12
topics:
13
- ffi
0 commit comments