Skip to content

Commit 2312b1e

Browse files
committed
workspace: perform releases
1 parent b3b3c2a commit 2312b1e

File tree

11 files changed

+35
-15
lines changed

11 files changed

+35
-15
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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.7.0
10+
11+
Released on 2024-11-29.
12+
913
* MSRV 1.78 -> 1.81.
1014
* `clap` 4.4 -> 4.5.
1115
* `jsonwebtoken` 9.2 -> 9.3.

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.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
rust-version = "1.81"
66
license = "Apache-2.0 OR MIT"

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.21.0
10+
11+
Released on 2024-11-29.
12+
913
## 0.20.0
1014

1115
Released on 2024-11-03.

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.20.0"
3+
version = "0.21.0"
44
authors = ["Gregory Szorc <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.81"

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.29.0
10+
11+
Released on 2024-11-29.
12+
913
* When signing a bundle in `--shallow` mode, we no longer sign Mach-O binaries
1014
that aren't the *main* bundle binary. The new behavior is compatible with the
1115
behavior of Apple's `codesign`. (#148)

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.28.0"
3+
version = "0.29.0"
44
authors = ["Gregory Szorc <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.81"
@@ -88,20 +88,20 @@ zip_structs = "0.2.1"
8888

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

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

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

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

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

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.20.0
10+
11+
Released on 2024-11-29.
12+
913
## 0.19.0
1014

1115
Released on 2024-11-03.

apple-flat-package/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apple-flat-package"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Gregory Szorc <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.81"
@@ -20,7 +20,7 @@ thiserror = "2.0.3"
2020

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

2525
[dependencies.cpio-archive]
2626
path = "../cpio-archive"

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.20.0
10+
11+
Released on 2024-11-29.
12+
913
## 0.19.0
1014

1115
Released on 2024-11-03.

0 commit comments

Comments
 (0)