From 3a11655b451daab2774f0b7f0985552946fceb7e Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 15 Apr 2024 08:28:00 +0200 Subject: [PATCH] chore: update change file to bump `@crabnebula/packager` as well --- .changes/app-bundle-cross-platform.md | 1 + .changes/binaries-dir.md | 1 + .changes/error-out-if-no-config.md | 1 + .changes/ignore-empty-files.md | 1 + .changes/out-dir.md | 1 + 5 files changed, 5 insertions(+) diff --git a/.changes/app-bundle-cross-platform.md b/.changes/app-bundle-cross-platform.md index ac8a203d..6aa5b825 100644 --- a/.changes/app-bundle-cross-platform.md +++ b/.changes/app-bundle-cross-platform.md @@ -1,5 +1,6 @@ --- "cargo-packager": minor +"@crabnebula/packager": minor --- Allow packaging the macOS app bundle on Linux and Windows hosts (without codesign support). diff --git a/.changes/binaries-dir.md b/.changes/binaries-dir.md index 9e95b980..f0d4f28f 100644 --- a/.changes/binaries-dir.md +++ b/.changes/binaries-dir.md @@ -1,5 +1,6 @@ --- "cargo-packager": patch +"@crabnebula/packager": minor --- Added `Config::binaries_dir` and `--binaries-dir` so you can specify the location of the binaries without modifying the output directory. diff --git a/.changes/error-out-if-no-config.md b/.changes/error-out-if-no-config.md index eacac4f7..b1f0b6a6 100644 --- a/.changes/error-out-if-no-config.md +++ b/.changes/error-out-if-no-config.md @@ -1,5 +1,6 @@ --- "cargo-packager": patch +"@crabnebula/packager": minor --- Error out if we cannot find a configuration file. diff --git a/.changes/ignore-empty-files.md b/.changes/ignore-empty-files.md index c7e465d7..4e507adb 100644 --- a/.changes/ignore-empty-files.md +++ b/.changes/ignore-empty-files.md @@ -1,5 +1,6 @@ --- "cargo-packager": patch +"@crabnebula/packager": minor --- Fixes a crash when packaging `.app` if an empty file is included in the bundle. diff --git a/.changes/out-dir.md b/.changes/out-dir.md index 4f12b7d9..7e6869e2 100644 --- a/.changes/out-dir.md +++ b/.changes/out-dir.md @@ -1,5 +1,6 @@ --- "cargo-packager": minor +"@crabnebula/packager": minor --- Added `--out-dir/-o` flags and removed the positional argument to specify where to ouput packages, use the newly added flags instead.