From f59bf9d5392ffd209e26ce5259c26d1acc31c4ba Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 22 Oct 2025 12:28:10 +0200 Subject: [PATCH] chore: Add missing changefile for tauri-macos-sign (#14337) --- .changes/macos-codesign-error-enum.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/macos-codesign-error-enum.md diff --git a/.changes/macos-codesign-error-enum.md b/.changes/macos-codesign-error-enum.md new file mode 100644 index 000000000..f5bae6975 --- /dev/null +++ b/.changes/macos-codesign-error-enum.md @@ -0,0 +1,5 @@ +--- +tauri-macos-sign: "minor:enhance" +--- + +**Potentially breaking change:** Export custom Error enum instead of using anyhow. The changes happened in https://github.com/tauri-apps/tauri/pull/14126.