Skip to content

Commit 5ec267a

Browse files
authored
[native_assets_cli] Publish 0.12.0 (#2117)
1 parent f1fa5be commit 5ec267a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pkgs/native_assets_cli/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## 0.12.0-wip
1+
## 0.12.0
22

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

+2-2
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)