diff --git a/pkgs/native_assets_builder/CHANGELOG.md b/pkgs/native_assets_builder/CHANGELOG.md index 6e6bc9a6c..8d3067167 100644 --- a/pkgs/native_assets_builder/CHANGELOG.md +++ b/pkgs/native_assets_builder/CHANGELOG.md @@ -1,9 +1,10 @@ -## 0.8.3-wip +## 0.8.3 - Added a validation step on the output of the build and link hooks (both as a per package, and as in all the packages together). - Fixed caching bug for link hooks [#1515](https://github.com/dart-lang/native/pull/1515). +- Bump `native_toolchain_c` to `0.5.4` and `native_assets_cli` to `0.8.0`. ## 0.8.2 diff --git a/pkgs/native_assets_builder/pubspec.yaml b/pkgs/native_assets_builder/pubspec.yaml index 3b6718b37..da792de19 100644 --- a/pkgs/native_assets_builder/pubspec.yaml +++ b/pkgs/native_assets_builder/pubspec.yaml @@ -1,11 +1,9 @@ name: native_assets_builder description: >- This package is the backend that invokes build hooks. -version: 0.8.3-wip +version: 0.8.3 repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder -publish_to: none - environment: sdk: '>=3.3.0 <4.0.0'