Skip to content

Commit

Permalink
apply version updates (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and amrbashir authored Jan 21, 2025
1 parent c2c5e2f commit acb9ff9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changes/fix-run-as-user-admin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/kill-already-terminated.md

This file was deleted.

5 changes: 5 additions & 0 deletions crates/nsis-process/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.4.2]

- [`14d311b`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/14d311b13f598508cfa48fae66db3cfb5a30d3bf) ([#40](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/40) by [@Legend-Master](https://www.github.com/tauri-apps/nsis-tauri-utils/../../Legend-Master)) Fix `RunAsUser` can't launch programs that require admin right
- [`c2c5e2f`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/c2c5e2f3733917635395d00881ef651255104e5d) ([#42](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/42) by [@anatawa12](https://www.github.com/tauri-apps/nsis-tauri-utils/../../anatawa12)) Fix `KillProcessCurrentUser` and `KillProcess` may fails if the target processes are being terminated.

## \[0.4.1]

- [`3cb9d91`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/3cb9d9126a3e269ddfcf96617de08a73402182f2) ([#35](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/35) by [@Legend-Master](https://www.github.com/tauri-apps/nsis-tauri-utils/../../Legend-Master)) Fix can't launch the app sometimes if the program path contains spaces
Expand Down
2 changes: 1 addition & 1 deletion crates/nsis-process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsis-process"
version = "0.4.1"
version = "0.4.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
5 changes: 5 additions & 0 deletions crates/nsis-tauri-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.4.2]

- [`14d311b`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/14d311b13f598508cfa48fae66db3cfb5a30d3bf) ([#40](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/40) by [@Legend-Master](https://www.github.com/tauri-apps/nsis-tauri-utils/../../Legend-Master)) Fix `RunAsUser` can't launch programs that require admin right
- [`c2c5e2f`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/c2c5e2f3733917635395d00881ef651255104e5d) ([#42](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/42) by [@anatawa12](https://www.github.com/tauri-apps/nsis-tauri-utils/../../anatawa12)) Fix `KillProcessCurrentUser` and `KillProcess` may fails if the target processes are being terminated.

## \[0.4.1]

- [`3cb9d91`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/3cb9d9126a3e269ddfcf96617de08a73402182f2) ([#35](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/35) by [@Legend-Master](https://www.github.com/tauri-apps/nsis-tauri-utils/../../Legend-Master)) Fix can't launch the app sometimes if the program path contains spaces
Expand Down
2 changes: 1 addition & 1 deletion crates/nsis-tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsis-tauri-utils"
version = "0.4.1"
version = "0.4.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit acb9ff9

Please sign in to comment.