Skip to content

Commit

Permalink
chore: update change file to bump @crabnebula/packager as well
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Apr 15, 2024
1 parent 3057a4a commit 3a11655
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changes/app-bundle-cross-platform.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
"cargo-packager": minor
"@crabnebula/packager": minor
---

Allow packaging the macOS app bundle on Linux and Windows hosts (without codesign support).
1 change: 1 addition & 0 deletions .changes/binaries-dir.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .changes/error-out-if-no-config.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
"cargo-packager": patch
"@crabnebula/packager": minor
---

Error out if we cannot find a configuration file.
1 change: 1 addition & 0 deletions .changes/ignore-empty-files.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .changes/out-dir.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 3a11655

Please sign in to comment.