diff --git a/Cargo.lock b/Cargo.lock index 26199af..36c47d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1865,7 +1865,7 @@ dependencies = [ [[package]] name = "minidump-debugger" -version = "0.3.2" +version = "0.3.3" dependencies = [ "breakpad-symbols", "clap 3.2.25", diff --git a/Cargo.toml b/Cargo.toml index 2359cc8..09cd55b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidump-debugger" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "an experimental GUI for inspecting minidumps with rust-minidump" license = "MIT OR Apache-2.0" @@ -54,7 +54,7 @@ ci = ["github"] # The installers to generate for each app installers = ["shell", "powershell", "msi"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] +targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI pr-run-mode = "plan" diff --git a/RELEASES.md b/RELEASES.md index e9dbb7d..e63d1e3 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,8 +1,12 @@ -# Next Release (not yet published) +# Unreleased Nothing Yet! +# Version 0.3.3 (2023-10-18) + +Updating dependencies again, rust-minidump upgraded to 0.18.0 + # Version 0.3.2 (2023-01-31) diff --git a/wix/main.wxs b/wix/main.wxs new file mode 100644 index 0000000..f2c0eae --- /dev/null +++ b/wix/main.wxs @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 1 + + + + + + + + + + + + + + + + + +