Skip to content

Commit

Permalink
workspace: perform releases
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Nov 29, 2024
1 parent b3b3c2a commit 2312b1e
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions app-store-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.7.0

Released on 2024-11-29.

* MSRV 1.78 -> 1.81.
* `clap` 4.4 -> 4.5.
* `jsonwebtoken` 9.2 -> 9.3.
Expand Down
2 changes: 1 addition & 1 deletion app-store-connect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app-store-connect"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
rust-version = "1.81"
license = "Apache-2.0 OR MIT"
Expand Down
4 changes: 4 additions & 0 deletions apple-bundles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.21.0

Released on 2024-11-29.

## 0.20.0

Released on 2024-11-03.
Expand Down
2 changes: 1 addition & 1 deletion apple-bundles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apple-bundles"
version = "0.20.0"
version = "0.21.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.81"
Expand Down
4 changes: 4 additions & 0 deletions apple-codesign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.29.0

Released on 2024-11-29.

* When signing a bundle in `--shallow` mode, we no longer sign Mach-O binaries
that aren't the *main* bundle binary. The new behavior is compatible with the
behavior of Apple's `codesign`. (#148)
Expand Down
10 changes: 5 additions & 5 deletions apple-codesign/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apple-codesign"
version = "0.28.0"
version = "0.29.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.81"
Expand Down Expand Up @@ -88,20 +88,20 @@ zip_structs = "0.2.1"

[dependencies.app-store-connect]
path = "../app-store-connect"
version = "0.6.0"
version = "0.7.0"
optional = true

[dependencies.apple-bundles]
path = "../apple-bundles"
version = "0.20.0"
version = "0.21.0"

[dependencies.apple-flat-package]
path = "../apple-flat-package"
version = "0.19.0"
version = "0.20.0"

[dependencies.apple-xar]
path = "../apple-xar"
version = "0.19.0"
version = "0.20.0"

[target.'cfg(target_os = "macos")'.dependencies]
security-framework = { version = "2.11.1", features = ["OSX_10_12"] }
Expand Down
4 changes: 4 additions & 0 deletions apple-flat-package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.20.0

Released on 2024-11-29.

## 0.19.0

Released on 2024-11-03.
Expand Down
4 changes: 2 additions & 2 deletions apple-flat-package/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apple-flat-package"
version = "0.19.0"
version = "0.20.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.81"
Expand All @@ -20,7 +20,7 @@ thiserror = "2.0.3"

[dependencies.apple-xar]
path = "../apple-xar"
version = "0.19.0"
version = "0.20.0"

[dependencies.cpio-archive]
path = "../cpio-archive"
Expand Down
4 changes: 4 additions & 0 deletions apple-xar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.20.0

Released on 2024-11-29.

## 0.19.0

Released on 2024-11-03.
Expand Down
2 changes: 1 addition & 1 deletion apple-xar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apple-xar"
version = "0.19.0"
version = "0.20.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.81"
Expand Down

0 comments on commit 2312b1e

Please sign in to comment.