From 596c5a418f26ab511447a23ba9687a056598227f Mon Sep 17 00:00:00 2001 From: Kevin Boos Date: Fri, 28 Jun 2024 12:24:35 -0700 Subject: [PATCH] Add .changes file --- .changes/pr254.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changes/pr254.md diff --git a/.changes/pr254.md b/.changes/pr254.md new file mode 100644 index 00000000..f146995a --- /dev/null +++ b/.changes/pr254.md @@ -0,0 +1,9 @@ +--- +"cargo-packager": "minor" +"@crabnebula/packager": "minor" +--- + +Allow Linux dependencies to be specified via a file path instead of just a direct String. +This enables the list of dependencies to by dynamically generated for both Debian `.deb` packages and pacman packages, +which can relieve the app developer from the burden of manually maintaining a fixed list of dependencies. +