Skip to content

Commit

Permalink
{{crate_name}}: release version {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Dec 18, 2022
1 parent 5b74695 commit f4f1fee
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 12 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 apple-bundles/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 2022-12-18.

* Look for `Info.plist` in correct location in shallow framework bundles. This
fixes an issue where shallow framework bundles weren't correctly identified
as such. (#46)
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.16.0-pre"
version = "0.16.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
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.21.0

Released on 2022-12-18.

* Embedded entitlements XML is now used when estimating the size of signatures.
Previously, this data could cause us to not reserve enough space for the
signature, causing signing to fail. (#32, #40)
Expand Down
2 changes: 1 addition & 1 deletion apple-codesign/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apple-codesign"
version = "0.21.0-pre"
version = "0.21.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
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.12.0

Released on 2022-12-18.

## 0.11.0

Released on 2022-10-02.
2 changes: 1 addition & 1 deletion 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.12.0-pre"
version = "0.12.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down
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.3.0

Released on 2022-12-18.

* Project moved from https://github.com/indygreg/toolchain-tools to
https://github.com/indygreg/apple-platform-rs.

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.3.0-pre"
version = "0.3.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.12.0

Released on 2022-12-18.

* `FileChecksum` now deserializes UPPERCASE string variants without
error. (#51)

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.12.0-pre"
version = "0.12.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down
4 changes: 4 additions & 0 deletions cpio-archive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
## Unreleased

Released on ReleaseDate.

## 0.6.0

Released on 2022-12-18.
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.6.0-pre"
version = "0.6.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down

0 comments on commit f4f1fee

Please sign in to comment.