Skip to content

Commit 1168eb2

Browse files
committed
workspace: perform releases
1 parent 1cbcefc commit 1168eb2

File tree

19 files changed

+60
-24
lines changed

19 files changed

+60
-24
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app-store-connect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Released on ReleaseDate.
88

9+
## 0.6.0
10+
11+
Released on 2024-11-03.
12+
913
* New APIs and CLI commands to: list capabilities with a bundle ID;
1014
list profiles associated with a bundle ID; get bundle ID associated with
1115
a profile; list certificates associated with a profile; enable capacity

app-store-connect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app-store-connect"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
rust-version = "1.78"
66
license = "Apache-2.0 OR MIT"

apple-bom/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Released on ReleaseDate.
88

9+
## 0.3.0
10+
11+
Released on 2024-11-03.
12+
913
* `crc32fast` 1.3 -> 1.4.
1014

1115
## 0.2.0

apple-bom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apple-bom"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.78"

apple-bundles/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Released on ReleaseDate.
88

9+
## 0.20.0
10+
11+
Released on 2024-11-03.
12+
913
* `DirectoryBundle::info_plist_path()` now returns the path the instance was
1014
constructed with instead of deriving it at call time. Previously, the
1115
derivation logic could disagree with the constructed value. (#157)

apple-bundles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apple-bundles"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.78"

apple-codesign/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Released on ReleaseDate.
88

9+
## 0.28.0
10+
11+
Released on 2024-11-03.
12+
913
* Fixed `env_logger` construction so `RUST_LOG` environment variable is
1014
respected. (#162)
1115
* MSRV 1.70 -> 1.78.

apple-codesign/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apple-codesign"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.78"
@@ -88,20 +88,20 @@ zip_structs = "0.2.1"
8888

8989
[dependencies.app-store-connect]
9090
path = "../app-store-connect"
91-
version = "0.5.0"
91+
version = "0.6.0"
9292
optional = true
9393

9494
[dependencies.apple-bundles]
9595
path = "../apple-bundles"
96-
version = "0.19.0"
96+
version = "0.20.0"
9797

9898
[dependencies.apple-flat-package]
9999
path = "../apple-flat-package"
100-
version = "0.18.0"
100+
version = "0.19.0"
101101

102102
[dependencies.apple-xar]
103103
path = "../apple-xar"
104-
version = "0.18.0"
104+
version = "0.19.0"
105105

106106
[target.'cfg(target_os = "macos")'.dependencies]
107107
security-framework = { version = "2.11.1", features = ["OSX_10_12"] }

apple-dmg/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Released on ReleaseDate.
88

9+
## 0.5.0
10+
11+
Released on 2024-11-03.
12+
913
* gpt 3.1 -> 4.0.
1014

1115
## 0.4.0

apple-dmg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apple-dmg"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
rust-version = "1.78"
66
description = "Library for reading and writing dmg images."

apple-flat-package/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Released on ReleaseDate.
88

9+
## 0.19.0
10+
11+
Released on 2024-11-03.
12+
913
## 0.18.0
1014

1115
Released on 2024-01-17.

apple-flat-package/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apple-flat-package"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.78"
@@ -20,8 +20,8 @@ thiserror = "1.0.66"
2020

2121
[dependencies.apple-xar]
2222
path = "../apple-xar"
23-
version = "0.18.0"
23+
version = "0.19.0"
2424

2525
[dependencies.cpio-archive]
2626
path = "../cpio-archive"
27-
version = "0.9.0"
27+
version = "0.10.0"

apple-sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Released on ReleaseDate.
88

9+
## 0.6.0
10+
11+
Released on 2024-11-03.
12+
913
* XROS support. `Platform` enumeration added `XrOs` and `XrOsSimulator`
1014
variants. The `aarch64-apple-xros-sim` and `*-apple-xros` triples are
1115
now recognized as XROS.

apple-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apple-sdk"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

apple-xar/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Released on ReleaseDate.
88

9+
## 0.19.0
10+
11+
Released on 2024-11-03.
12+
913
* Added `id` field to `Ea` struct. (#155)
1014
* `base64` 0.21 -> 0.22.
1115
* `cryptographic-message-syntax` 0.26 -> 0.27.

apple-xar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apple-xar"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.78"

cpio-archive/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Released on ReleaseDate.
88

9+
## 0.10.0
10+
11+
Released on 2024-11-03.
12+
913
## 0.9.0
1014

1115
Released on 2024-01-17.

cpio-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpio-archive"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
edition = "2021"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)