Skip to content

Commit

Permalink
workspace: perform releases
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Jan 17, 2024
1 parent 8e11106 commit 703362f
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 18 deletions.
12 changes: 6 additions & 6 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.5.0

Released on 2024-01-17.

## 0.4.0

Released on 2023-11-15.
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.4.0"
version = "0.5.0"
edition = "2021"
rust-version = "1.70"
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.19.0

Released on 2024-01-17.

## 0.18.0

Released on 2023-11-06.
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.18.0"
version = "0.19.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
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.27.0

Released on 2024-01-17.

* Published a
[GitHub Action for code signing and notarization](https://github.com/marketplace/actions/apple-code-signing)
and wrote project documentation for how to use it. (#6)
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.26.0"
version = "0.27.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -88,20 +88,20 @@ zip_structs = "0.2.1"

[dependencies.app-store-connect]
path = "../app-store-connect"
version = "0.4.0"
version = "0.5.0"
optional = true

[dependencies.apple-bundles]
path = "../apple-bundles"
version = "0.18.0"
version = "0.19.0"

[dependencies.apple-flat-package]
path = "../apple-flat-package"
version = "0.17.0"
version = "0.18.0"

[dependencies.apple-xar]
path = "../apple-xar"
version = "0.17.0"
version = "0.18.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.18.0

Released on 2024-01-17.

## 0.17.0

* scroll 0.11 -> 0.12.
Expand Down
6 changes: 3 additions & 3 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.17.0"
version = "0.18.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -20,8 +20,8 @@ thiserror = "1.0.56"

[dependencies.apple-xar]
path = "../apple-xar"
version = "0.17.0"
version = "0.18.0"

[dependencies.cpio-archive]
path = "../cpio-archive"
version = "0.8.0"
version = "0.9.0"
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.18.0

Released on 2024-01-17.

* scroll 0.11 -> 0.12.

## 0.17.0
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.17.0"
version = "0.18.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down
4 changes: 4 additions & 0 deletions cpio-archive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.9.0

Released on 2024-01-17.

## 0.8.0

Released on 2023-11-06.
Expand Down
2 changes: 1 addition & 1 deletion cpio-archive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpio-archive"
version = "0.8.0"
version = "0.9.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down

0 comments on commit 703362f

Please sign in to comment.