Skip to content

Commit

Permalink
release: apply version updates from current changes (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: amr-crabnebula <[email protected]>
  • Loading branch information
github-actions[bot] and amr-crabnebula committed Jan 28, 2024
1 parent a29943e commit 6c5a53f
Show file tree
Hide file tree
Showing 18 changed files with 91 additions and 57 deletions.
6 changes: 0 additions & 6 deletions .changes/add-pacman-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-download-callbacks.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/macos-signing-ordering.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/resource-resolver-initial-release.md

This file was deleted.

11 changes: 11 additions & 0 deletions bindings/packager/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## \[0.2.0]

- [`9bdb953`](https://www.github.com/crabnebula-dev/cargo-packager/commit/9bdb953f1b48c8d69d86e9e42295cd36453c1648)([#137](https://www.github.com/crabnebula-dev/cargo-packager/pull/137)) Add Arch Linux package manager, `pacman` support for cargo packager.
- [`a29943e`](https://www.github.com/crabnebula-dev/cargo-packager/commit/a29943e8c95d70e8b77c23021ce52f6ee13314c8)([#140](https://www.github.com/crabnebula-dev/cargo-packager/pull/140)) Fix codesigning failing on macOS under certain circumstances when the order in which files were signed was not
deterministic and nesting required signing files nested more deeply first.

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

## \[0.1.5]

- [`f08e4b8`](https://www.github.com/crabnebula-dev/cargo-packager/commit/f08e4b8972b072617fdb78f11e222427e49ebe8e) Fix the signing and notarization process for MacOS bundles
Expand Down
2 changes: 1 addition & 1 deletion bindings/packager/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crabnebula/packager",
"version": "0.1.5",
"version": "0.2.0",
"main": "build/index.js",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions bindings/resource-resolver/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## \[0.1.0]

- [`cd0242b`](https://www.github.com/crabnebula-dev/cargo-packager/commit/cd0242b8a41b2f7ecb78dfbae04b3a2e1c72c931) Initial Release.

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`
2 changes: 1 addition & 1 deletion bindings/resource-resolver/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crabnebula/packager-resource-resolver",
"version": "0.0.0",
"version": "0.1.0",
"main": "./index.js",
"types": "./index.d.ts",
"napi": {
Expand Down
9 changes: 9 additions & 0 deletions bindings/updater/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.1.2]

- [`005a55f`](https://www.github.com/crabnebula-dev/cargo-packager/commit/005a55fb27b92503b3d6f936cffb088ccf346c40)([#143](https://www.github.com/crabnebula-dev/cargo-packager/pull/143)) Fix the download callback parameters to be accurate to typescript definitions

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

## \[0.1.1]

- [`feb53a2`](https://www.github.com/crabnebula-dev/cargo-packager/commit/feb53a2f16ef2c8d93ff2d73a4eb318490f33471)([#102](https://www.github.com/crabnebula-dev/cargo-packager/pull/102)) Fix NSIS updater failing to launch when using `basicUi` mode.
Expand Down
2 changes: 1 addition & 1 deletion bindings/updater/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crabnebula/updater",
"version": "0.1.1",
"version": "0.1.2",
"main": "./index.js",
"types": "./index.d.ts",
"napi": {
Expand Down
10 changes: 10 additions & 0 deletions crates/packager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[0.5.0]

- [`9bdb953`](https://www.github.com/crabnebula-dev/cargo-packager/commit/9bdb953f1b48c8d69d86e9e42295cd36453c1648)([#137](https://www.github.com/crabnebula-dev/cargo-packager/pull/137)) Add Arch Linux package manager, `pacman` support for cargo packager.
- [`a29943e`](https://www.github.com/crabnebula-dev/cargo-packager/commit/a29943e8c95d70e8b77c23021ce52f6ee13314c8)([#140](https://www.github.com/crabnebula-dev/cargo-packager/pull/140)) Fix codesigning failing on macOS under certain circumstances when the order in which files were signed was not
deterministic and nesting required signing files nested more deeply first.

### Dependencies

- Upgraded to `[email protected]`

## \[0.4.5]

- [`f08e4b8`](https://www.github.com/crabnebula-dev/cargo-packager/commit/f08e4b8972b072617fdb78f11e222427e49ebe8e) Fix the signing and notarization process for MacOS bundles
Expand Down
6 changes: 3 additions & 3 deletions crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-packager"
version = "0.4.5"
version = "0.5.0"
description = "Executable packager and bundler distributed as a CLI and library."
authors = [
"CrabNebula Ltd.",
Expand Down Expand Up @@ -32,7 +32,7 @@ targets = [
default = [ "cli", "rustls-tls" ]
cli = [ "clap", "dep:tracing-subscriber" ]
schema = [ "schemars", "cargo-packager-utils/schema" ]
clap = ["dep:clap", "cargo-packager-utils/clap" ]
clap = [ "dep:clap", "cargo-packager-utils/clap" ]
native-tls = [ "ureq/native-tls" ]
native-tls-vendored = [ "native-tls", "native-tls/vendored" ]
rustls-tls = [ "ureq/tls" ]
Expand Down Expand Up @@ -66,7 +66,7 @@ flate2 = "1.0"
strsim = "0.10"
schemars = { workspace = true, optional = true }
native-tls = { version = "0.2", optional = true }
cargo-packager-utils = { version = "0.0.0", path = "../utils" , features = ["serde"] }
cargo-packager-utils = { version = "0.1.0", path = "../utils", features = [ "serde" ] }

[target."cfg(target_os = \"windows\")".dependencies]
winreg = "0.52"
Expand Down
9 changes: 9 additions & 0 deletions crates/resource-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## \[0.1.0]

- [`cd0242b`](https://www.github.com/crabnebula-dev/cargo-packager/commit/cd0242b8a41b2f7ecb78dfbae04b3a2e1c72c931) Initial Release.

### Dependencies

- Upgraded to `[email protected]`
10 changes: 5 additions & 5 deletions crates/resource-resolver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "cargo-packager-resource-resolver"
description = "Cargo packager resource resolver"
version = "0.0.0"
version = "0.1.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[package.metadata.docs.rs]
features = ["auto-detect-format"]
features = [ "auto-detect-format" ]

[dependencies]
thiserror = { workspace = true }
cargo-packager-utils = { version = "0.0.0", path = "../utils", default-features = false }
cargo-packager-utils = { version = "0.1.0", path = "../utils", default-features = false }
log = "0.4.20"
heck = "0.4.1"

[features]
process-relaunch-dangerous-allow-symlink-macos = []
auto-detect-format = []
process-relaunch-dangerous-allow-symlink-macos = [ ]
auto-detect-format = [ ]
6 changes: 6 additions & 0 deletions crates/updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.1.2]

### Dependencies

- Upgraded to `[email protected]`

## \[0.1.1]

- [`feb53a2`](https://www.github.com/crabnebula-dev/cargo-packager/commit/feb53a2f16ef2c8d93ff2d73a4eb318490f33471)([#102](https://www.github.com/crabnebula-dev/cargo-packager/pull/102)) Fix NSIS updater failing to launch when using `basicUi` mode.
Expand Down
29 changes: 14 additions & 15 deletions crates/updater/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,39 +1,38 @@
[package]
name = "cargo-packager-updater"
version = "0.1.1"
version = "0.1.2"
description = "Rust executable updater."
authors = ["CrabNebula Ltd.", "Tauri Programme within The Commons Conservancy"]
authors = [
"CrabNebula Ltd.",
"Tauri Programme within The Commons Conservancy"
]
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[features]
process-relaunch-dangerous-allow-symlink-macos = []
native-tls = ["reqwest/native-tls"]
native-tls-vendored = ["reqwest/native-tls-vendored"]
rustls-tls = ["reqwest/rustls-tls"]
process-relaunch-dangerous-allow-symlink-macos = [ ]
native-tls = [ "reqwest/native-tls" ]
native-tls-vendored = [ "reqwest/native-tls-vendored" ]
rustls-tls = [ "reqwest/rustls-tls" ]

[dependencies]
cargo-packager-utils = { version = "0.0.0", path = "../utils" }

reqwest = { version = "0.11", default-features = false, features = [
"json",
"stream",
"blocking",
] }
cargo-packager-utils = { version = "0.1.0", path = "../utils" }
reqwest = { version = "0.11", default-features = false, features = [ "json", "stream", "blocking" ] }
thiserror = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
dunce = { workspace = true }
dirs = { workspace = true }
semver = { workspace = true }
base64 = { workspace = true }
time = { workspace = true, features = ["parsing", "formatting"] }
time = { workspace = true, features = [ "parsing", "formatting" ] }
http = "0.2"
url = { version = "2.5", features = ["serde"] }
url = { version = "2.5", features = [ "serde" ] }
minisign-verify = "0.2"
ctor = "0.2"
tempfile = "3.9"

[target."cfg(target_os = \"macos\")".dependencies]
tar = { workspace = true }
flate2 = "1.0"
Expand Down
5 changes: 5 additions & 0 deletions crates/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## \[0.1.0]

- [`cd0242b`](https://www.github.com/crabnebula-dev/cargo-packager/commit/cd0242b8a41b2f7ecb78dfbae04b3a2e1c72c931) Initial Release.
12 changes: 6 additions & 6 deletions crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-packager-utils"
version = "0.0.0"
version = "0.1.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -13,8 +13,8 @@ clap = { workspace = true, optional = true }
serde = { workspace = true, optional = true }

[features]
default = ["cli"]
cli = []
schema = ["schemars"]
clap = ["dep:clap"]
serde = ["dep:serde"]
default = [ "cli" ]
cli = [ ]
schema = [ "schemars" ]
clap = [ "dep:clap" ]
serde = [ "dep:serde" ]

0 comments on commit 6c5a53f

Please sign in to comment.