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 6, 2023
1 parent 8e58480 commit dfe991b
Show file tree
Hide file tree
Showing 19 changed files with 60 additions and 24 deletions.
18 changes: 9 additions & 9 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.2.0

Released on 2023-11-06.

* Minimum supported Rust version changed from 1.62 to 1.64.
* CLI code moved from `main.rs` to a `cli` module.
* HTTP requests now use the operating system's trusted X.509 certificates
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.1.0"
version = "0.2.0"
edition = "2021"
rust-version = "1.70"
license = "Apache-2.0 OR MIT"
Expand Down
4 changes: 4 additions & 0 deletions apple-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@

Released on ReleaseDate.

## 0.2.0

Released on 2023-11-06.

* Cargo.toml now defines patch version for all dependencies.
* Minimum supported Rust version is now 1.70.
2 changes: 1 addition & 1 deletion apple-bom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apple-bom"
version = "0.1.0-pre"
version = "0.2.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
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.18.0

Released on 2023-11-06.

* Minimum supported Rust version is now 1.70.

## 0.17.0
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.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 apple-codesign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.23.0

Released on 2023-11-06.

* Notarization features are now optional and can be controlled via the
enabled-by-default `notarize` crate feature. (#78)
* Minimum supported Rust version changed from 1.62.1 to 1.70.0.
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.22.0"
version = "0.23.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -86,20 +86,20 @@ zip_structs = "0.2.1"

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

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

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

[dependencies.apple-xar]
path = "../apple-xar"
version = "0.13.0-pre"
version = "0.14.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-dmg/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-06.

* Minimum supported Rust version is now 1.70.

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion apple-dmg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apple-dmg"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.70"
description = "Library for reading and writing dmg images."
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.14.0

Released on 2023-11-06.

* Minimum supported Rust version is now 1.70.

## 0.13.0
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.13.0"
version = "0.14.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -20,8 +20,8 @@ thiserror = "1.0.50"

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

[dependencies.cpio-archive]
path = "../cpio-archive"
version = "0.7.0-pre"
version = "0.8.0"
4 changes: 4 additions & 0 deletions apple-sdk/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 2023-11-06.

* Change `PlatformDirectory` and `SdkVersion` `partial_cmp()` to be
implemented in terms of `cmp()`. Should have no visible effects.

Expand Down
2 changes: 1 addition & 1 deletion apple-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apple-sdk"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
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.14.0

Released on 2023-11-06.

* Minimum supported Rust version is now 1.70.
* cryptographic-message-syntax 0.20 -> 0.25.
* signature 1.6 -> 2.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.13.0"
version = "0.14.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.8.0

Released on 2023-11-06.

* Fixed `NewcReader` to correctly handle padding between header and file content.
#68. Fix contributed by Youmu.

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.7.0"
version = "0.8.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down

0 comments on commit dfe991b

Please sign in to comment.