Apply Version Updates From Current Changes (#27)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-30 00:15:39 +03:00
committed by GitHub
parent 5423579860
commit 171efc80b8
7 changed files with 21 additions and 16 deletions

View File

@@ -1,7 +0,0 @@
---
"nsis_tauri_utils": "minor"
"nsis_semvercompare": "minor"
"nsis_process": "minor"
---
Reduce the DLL size by using `no_std` and without static msvcrt.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.3.0]
- [`5423579`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/5423579860016c4f3074831eda03096ee4854e73)([#26](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/26)) Reduce the DLL size by using `no_std` and without static msvcrt.
## \[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`.

View File

@@ -1,15 +1,15 @@
[package]
name = "nsis-process"
version = "0.2.2"
version = "0.3.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
[lib]
crate-type = ["cdylib"]
crate-type = [ "cdylib" ]
[features]
test = []
test = [ ]
[dependencies]
nsis-plugin-api = { workspace = true }

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.3.0]
- [`5423579`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/5423579860016c4f3074831eda03096ee4854e73)([#26](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/26)) Reduce the DLL size by using `no_std` and without static msvcrt.
## \[0.2.0]
- [`33ea4bc`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/33ea4bcf2a573461ebc5181ef2921d8746005049)([#17](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/17)) Statically link CRT.

View File

@@ -1,15 +1,15 @@
[package]
name = "nsis-semvercompare"
version = "0.2.0"
version = "0.3.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
[lib]
crate-type = ["cdylib"]
crate-type = [ "cdylib" ]
[features]
test = []
test = [ ]
[dependencies]
semver = { version = "1.0", default-features = false }

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.3.0]
- [`5423579`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/5423579860016c4f3074831eda03096ee4854e73)([#26](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/26)) Reduce the DLL size by using `no_std` and without static msvcrt.
## \[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`.

View File

@@ -1,15 +1,15 @@
[package]
name = "nsis-tauri-utils"
version = "0.2.0"
version = "0.3.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
[lib]
crate-type = ["cdylib"]
crate-type = [ "cdylib" ]
[features]
test = []
test = [ ]
[dependencies]
nsis-plugin-api = { workspace = true }