Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir committed Dec 13, 2023
1 parent 7b6cfcc commit b73e15a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changes/process-currentuser.md

This file was deleted.

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

## \[0.2.2]

- [`7b6cfcc`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/7b6cfccd71c04a2ee87d6665b6822ccfe6d389b5)([#24](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/24)) Add `FindProcessCurrentUser` and `KillProcessCurrentUser`.

## \[0.2.1]

- [`92f9264`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/92f92648b50fd298590570f43ed00de089609536)([#19](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/19)) Skip processes with the same pid as the current installer's process to prevent the installer from killing itself.
Expand Down
4 changes: 2 additions & 2 deletions crates/nsis-process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "nsis-process"
version = "0.2.1"
version = "0.2.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }

[lib]
crate-type = ["rlib", "cdylib"]
crate-type = [ "rlib", "cdylib" ]

[dependencies]
pluginapi = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions crates/nsis-tauri-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.2.2]

- [`7b6cfcc`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/7b6cfccd71c04a2ee87d6665b6822ccfe6d389b5)([#24](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/24)) Add `FindProcessCurrentUser` and `KillProcessCurrentUser`.

## \[0.2.1]

- [`92f9264`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/92f92648b50fd298590570f43ed00de089609536)([#19](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/19)) Skip processes with the same pid as the current installer's process to prevent the installer from killing itself.
Expand Down
4 changes: 2 additions & 2 deletions crates/nsis-tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "nsis-tauri-utils"
version = "0.2.1"
version = "0.2.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }

[lib]
crate-type = ["cdylib"]
crate-type = [ "cdylib" ]

[dependencies]
nsis-download = { path = "../nsis-download" }
Expand Down

0 comments on commit b73e15a

Please sign in to comment.