Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#27)
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 Apr 29, 2024
1 parent 5423579 commit 171efc8
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changes/no_std.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.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`.
Expand Down
6 changes: 3 additions & 3 deletions crates/nsis-process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
4 changes: 4 additions & 0 deletions crates/nsis-semvercompare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions crates/nsis-semvercompare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
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.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`.
Expand Down
6 changes: 3 additions & 3 deletions crates/nsis-tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down

0 comments on commit 171efc8

Please sign in to comment.