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 9, 2023
1 parent a72b427 commit 7756896
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 4 additions & 4 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.3.0

Released on 2023-11-09.

* x509-certificate 0.22 -> 0.23.

## 0.2.0
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.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.70"
license = "Apache-2.0 OR MIT"
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.24.0

Released on 2023-11-09.

* Add a `macho-universal-create` command to assemble single-arch Mach-O
binaries into a single multi-arch / universal / fat binary. The command
can be used as a replacement for Apple's `lipo -create`.
Expand Down
8 changes: 4 additions & 4 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.23.0"
version = "0.24.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -86,7 +86,7 @@ zip_structs = "0.2.1"

[dependencies.app-store-connect]
path = "../app-store-connect"
version = "0.2.0"
version = "0.3.0"
optional = true

[dependencies.apple-bundles]
Expand All @@ -95,11 +95,11 @@ version = "0.18.0"

[dependencies.apple-flat-package]
path = "../apple-flat-package"
version = "0.14.0"
version = "0.15.0"

[dependencies.apple-xar]
path = "../apple-xar"
version = "0.14.0"
version = "0.15.0"

[target.'cfg(target_os = "macos")'.dependencies]
security-framework = { version = "2.9.2", 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.15.0

Released on 2023-11-09.

## 0.14.1

Released on 2023-11-09.
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.14.1"
version = "0.15.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -20,7 +20,7 @@ thiserror = "1.0.50"

[dependencies.apple-xar]
path = "../apple-xar"
version = "0.14.0"
version = "0.15.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.15.0

Released on 2023-11-09.

* cryptographic-message-syntax 0.25 -> 0.26.
* x509-certificate 0.22 -> 0.23.

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.14.0"
version = "0.15.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit 7756896

Please sign in to comment.