diff --git a/.changes/manifest-required.md b/.changes/manifest-required.md deleted file mode 100644 index 1c6424f..0000000 --- a/.changes/manifest-required.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -winres: minor ---- - -`winres` is now more strict about `embed_resource`'s result (using manifest_required instead of manifest_option) and therefore may panic more likely, for example if the environment is missing a resource compiler. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9652641..7a8b5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.3.0] + +- `winres` is now more strict about `embed_resource`'s result (using manifest_required instead of manifest_option) and therefore may panic more likely, for example if the environment is missing a resource compiler. + - [181645b](https://github.com/tauri-apps/winres/commit/181645b7fdfdc96da58df7e839bc2a14897d6233) feat: More strictly handle resource compiler issues. ([#20](https://github.com/tauri-apps/winres/pull/20)) on 2025-01-29 + ## \[0.2.1] - Updated `embed-resource` to v3. No user facing changes. diff --git a/Cargo.toml b/Cargo.toml index a3e6199..a288fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tauri-winres" description = "Create and set windows icons and metadata for executables" -version = "0.2.1" +version = "0.3.0" authors = [ "Tauri Programme within The Commons Conservancy", "Max Resch "