From bdf367819f8ef83b463e20cf82d6ba94db4a543e Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Mon, 15 Jan 2024 11:31:12 +0100 Subject: [PATCH] Changelog --- pkgs/native_assets_builder/CHANGELOG.md | 2 +- pkgs/native_toolchain_c/CHANGELOG.md | 4 ++++ pkgs/native_toolchain_c/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/native_assets_builder/CHANGELOG.md b/pkgs/native_assets_builder/CHANGELOG.md index 7f18c32c2..c99677990 100644 --- a/pkgs/native_assets_builder/CHANGELOG.md +++ b/pkgs/native_assets_builder/CHANGELOG.md @@ -2,7 +2,7 @@ - Add support for `runPackageName` to avoid native assets for packages that the root package depends on but the package being run doesn't. -- Bump `package:native_assets_cli` to 0.3.2. +- Bump `package:native_assets_cli` to 0.4.1. ## 0.3.0 diff --git a/pkgs/native_toolchain_c/CHANGELOG.md b/pkgs/native_toolchain_c/CHANGELOG.md index 9927f9c17..9760d3192 100644 --- a/pkgs/native_toolchain_c/CHANGELOG.md +++ b/pkgs/native_toolchain_c/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.5-wip + +- Bump `package:native_assets_cli` to 0.4.1. + ## 0.3.4 - Bump `package:native_assets_cli` to 0.4.0. diff --git a/pkgs/native_toolchain_c/pubspec.yaml b/pkgs/native_toolchain_c/pubspec.yaml index 850d8de57..8588944c6 100644 --- a/pkgs/native_toolchain_c/pubspec.yaml +++ b/pkgs/native_toolchain_c/pubspec.yaml @@ -1,7 +1,7 @@ name: native_toolchain_c description: >- A library to invoke the native C compiler installed on the host machine. -version: 0.3.4 +version: 0.3.5-wip repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c topics: