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.