Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkgs/native_assets_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## 0.12.0-wip
## 0.12.0

- Added validation that all URLs in the `Input` and `Output` of hooks are
absolute.
- Added `addDataAssetDirectories` extension method on `BuildOutputBuilder`.
- Replaced JSON serialization/deserialization logic with code generated from
the JSON schemas documenting the protocol.

## 0.11.0

Expand Down
4 changes: 2 additions & 2 deletions pkgs/native_assets_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

topics:
- ffi
Expand Down