Publish New Versions (#17)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-10 15:54:33 +01:00
committed by GitHub
parent fad716eb94
commit 0a0789b68a
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
winres: minor
---
Updated `toml` crate to `0.8`. This raises this crate's MSRV to `1.65`.

View File

@@ -1,5 +1,10 @@
# Changelog
## \[0.2.0]
- Updated `toml` crate to `0.8`. This raises this crate's MSRV to `1.65`.
- [fad716e](https://github.com/tauri-apps/winres/commit/fad716eb94ee178b5e886ec280707bbc5589b029) chore(deps): update toml to 0.8 ([#13](https://github.com/tauri-apps/winres/pull/13)) on 2025-01-10
## \[0.1.1]
- Added `compile_for` function to select which binaries to apply the resource to.

View File

@@ -1,7 +1,7 @@
[package]
name = "tauri-winres"
description = "Create and set windows icons and metadata for executables"
version = "0.1.1"
version = "0.2.0"
authors = [
"Tauri Programme within The Commons Conservancy",
"Max Resch <resch.max@gmail.com>"