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 17, 2023
1 parent cf69c91 commit 0e9e00a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
6 changes: 3 additions & 3 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 apple-codesign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.26.0

Released on 2023-11-17.

* (New feature) On Windows, it is now possible to sign with code signing
certificates stored in the Windows Certificate Store. The `sign` command
(and other commands taking certificate sources) gained `--windows-store-name`
Expand Down
6 changes: 3 additions & 3 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.25.1"
version = "0.26.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -97,11 +97,11 @@ version = "0.18.0"

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

[dependencies.apple-xar]
path = "../apple-xar"
version = "0.16.0"
version = "0.17.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.17.0

Released on 2023-11-17.

## 0.16.0

Released on 2023-11-15.
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.16.0"
version = "0.17.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.16.0"
version = "0.17.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.17.0

Released on 2023-11-17.

## 0.16.0

Released on 2023-11-15.
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.16.0"
version = "0.17.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit 0e9e00a

Please sign in to comment.