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 15, 2023
1 parent ab8e011 commit b77f264
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 14 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.4.0

Released on 2023-11-15.

## 0.3.0

Released on 2023-11-09.
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.3.0"
version = "0.4.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.25.0

Released on 2023-11-15.

* (Breaking change) The `--extra-digest` argument has been removed.
`--digest` can now be specified multiple times. `--digest` is now a
scoped value.
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.24.0"
version = "0.25.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -88,7 +88,7 @@ zip_structs = "0.2.1"

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

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

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

[dependencies.apple-xar]
path = "../apple-xar"
version = "0.15.0"
version = "0.16.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.4.0

Released on 2023-11-15.

## 0.3.1

Released on 2023-11-09.
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.3.1"
version = "0.4.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.16.0

Released on 2023-11-15.

* Types implementing `Serialize` and `Deserialize` all now derive `Eq` and
`PartialEq`.
* The `PackageInfo` struct changed its storage of the `scripts` field
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.15.0"
version = "0.16.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.15.0"
version = "0.16.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.16.0

Released on 2023-11-15.

* Added the `signing` feature which controls whether Cryptographic
Message Syntax based signing support is available. The feature -
enabled by default - can be disabled to disable the `bcder`,
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.15.0"
version = "0.16.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit b77f264

Please sign in to comment.