Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#18)
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 Aug 15, 2023
1 parent 6a0cf97 commit ed76da5
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .changes/static-crt.md

This file was deleted.

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

## \[0.3.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.

## \[0.2.0]

- Add download progress bar
Expand Down
2 changes: 1 addition & 1 deletion crates/nsis-download/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsis-download"
version = "0.2.0"
version = "0.3.0"

[package.authors]
workspace = true
Expand Down
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.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.

## \[0.1.0]

- Initial Release.
Expand Down
20 changes: 10 additions & 10 deletions crates/nsis-process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "nsis-process"
version = "0.1.0"
version = "0.2.0"

[package.authors]
workspace = true
[package.authors]
workspace = true

[package.edition]
workspace = true
[package.edition]
workspace = true

[package.license]
workspace = true
[package.license]
workspace = true

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

[dependencies]
pluginapi = { path = "../pluginapi" }

[dependencies.windows-sys]
workspace = true
[dependencies.windows-sys]
workspace = true
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.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.

## \[0.1.0]

- Initial Release.
Expand Down
6 changes: 4 additions & 2 deletions crates/nsis-semvercompare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsis-semvercompare"
version = "0.1.0"
version = "0.2.0"

[package.authors]
workspace = true
Expand All @@ -15,8 +15,10 @@ version = "0.1.0"
crate-type = [ "rlib", "cdylib" ]

[dependencies]
pluginapi.workspace = true
semver = "1.0.18"

[dependencies.pluginapi]
workspace = true

[dependencies.windows-sys]
workspace = true
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.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.

## \[0.1.1]

- Add download progress bar
Expand Down
16 changes: 8 additions & 8 deletions crates/nsis-tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "nsis-tauri-utils"
version = "0.1.1"
version = "0.2.0"

[package.authors]
workspace = true
[package.authors]
workspace = true

[package.edition]
workspace = true
[package.edition]
workspace = true

[package.license]
workspace = true
[package.license]
workspace = true

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

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

0 comments on commit ed76da5

Please sign in to comment.