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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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

0 commit comments

Comments
 (0)