Skip to content

Commit 8ff7945

Browse files
authored
[native_assets_cli] Publish 0.10.0 (#1840)
1 parent 7adf6bf commit 8ff7945

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/native_assets_cli/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 0.10.0-wip
1+
## 0.10.0
22

3+
- **Breaking change** The library import paths changed to be per asset type.
4+
(This enables extensibility with custom asset types.)
35
- **Breaking change**: Rename `supportedAssetTypes` to `buildAssetTypes`. Hooks
46
should no longer fail. Instead, the code should fail at runtime if an asset is
57
missing. This enables (1) code to run if an asset is missing but that code is
@@ -10,14 +12,12 @@
1012
Most likely, every package should ship with `release`. `BuildMode.debug`
1113
should only be used while developing the package locally.
1214
- **Breaking change** Move `HookConfig.targetOS` to `CodeConfig`. `DataAsset`s
13-
and other asset types might now support varying on the target OS.
15+
and other asset types should not depend on OS for now.
1416
- **Breaking change**: Change the behavior of `testBuildHook` and
1517
`testCodeBuildHook`; instead of defining tests, these methods should now be
1618
called from within tests.
1719
- Move the `package:test` dependency from a regular dependency (exported to
1820
calling packages) to a dev_dependency.
19-
- Update pubspec.yaml of examples to use 0.9.0 of `package:native_assets_cli`.
20-
- Consolidate [CodeAsset] specific things into `lib/src/code_assets/*`
2121

2222
## 0.9.0
2323

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 BuildConfig.version and BuildOutput.version on breaking changes!
7-
version: 0.10.0-wip
7+
version: 0.10.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)