mirror of
https://github.com/tauri-apps/nsis-tauri-utils.git
synced 2026-01-31 00:45:23 +01:00
Apply Version Updates From Current Changes (#27)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5423579860
commit
171efc80b8
@@ -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.
|
||||
@@ -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`.
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user