Skip to content

Commit 0ac62a3

Browse files
authored
[native_assets_cli] Publish 0.13.0 (#2146)
1 parent 75f3408 commit 0ac62a3

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

pkgs/native_assets_cli/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
## 0.13.0-wip
2-
3-
- Nothing yet.
1+
## 0.13.0
2+
3+
- **Breaking change** Removed `CodeAsset.type`, use `EncodedAsset.isCodeAsset`
4+
instead.
5+
- **Breaking change**: Removed `CodeAsset.os` and `CodeAsset.architecture`. Use
6+
`CodeConfig.targetOS` and `CodeConfig.targetArchitecture` instead.
7+
- `HookInput.outputDirectory` is now based on `HookInput.outputDirectoryShared`.
8+
The `outputDirectory` now creates its own subdirectory inside
9+
`outputDirectoryShared`.
10+
- Another overhaul of the JSON encoding. (Old encoding still read and emitted for
11+
the time being).
412

513
## 0.12.0
614

pkgs/native_assets_cli/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ description: >-
33
A library that contains the argument and file formats for implementing a
44
native assets CLI.
55
6-
# Note: Bump BuildInput.version and BuildOutput.version on breaking changes!
7-
version: 0.13.0-wip
6+
version: 0.13.0
87
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
98

10-
publish_to: none
9+
# publish_to: none
1110

1211
topics:
1312
- ffi

0 commit comments

Comments
 (0)