Skip to content

Commit 8d0f670

Browse files
Publish New Versions (#21)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
1 parent 181645b commit 8d0f670

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.changes/manifest-required.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[0.3.0]
4+
5+
- `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.
6+
- [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
7+
38
## \[0.2.1]
49

510
- Updated `embed-resource` to v3. No user facing changes.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tauri-winres"
33
description = "Create and set windows icons and metadata for executables"
4-
version = "0.2.1"
4+
version = "0.3.0"
55
authors = [
66
"Tauri Programme within The Commons Conservancy",
77
"Max Resch <resch.max@gmail.com>"

0 commit comments

Comments
 (0)