Skip to content

Commit

Permalink
workspace: perform releases
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Dec 21, 2022
1 parent e522d1c commit cb406b5
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 16 deletions.
16 changes: 8 additions & 8 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,4 +6,8 @@

Released on ReleaseDate.

## 0.1.0

Released on 2022-12-21.

* Initial version of crate. Code borrowed and extended from apple-codesign crate.
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-pre"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Apple App Store Connect API and client"
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.17.0

Released on 2022-12-21.

* Cargo.toml now defines patch version for all dependencies.

## 0.16.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-pre"
version = "0.17.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.22.0

Released on 2022-12-21.

* Cargo.toml now defines patch version for all dependencies.
* goblin crate upgraded from 0.5 to 0.6.
* App Store Connect API code extracted to its own crate, `app-store-connect`.
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.22.0-pre"
version = "0.22.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down
4 changes: 4 additions & 0 deletions apple-dmg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
## Unreleased

Released on ReleaseDate.

## 0.2.0

Released on 2022-12-21.
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-pre"
version = "0.2.0"
edition = "2021"
description = "Library for reading and writing dmg images."
repository = "https://github.com/indygreg/apple-platform-rs"
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.13.0

Released on 2022-12-21.

* Cargo.toml now defines patch version for all dependencies.

## 0.12.0
Expand Down
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.13.0-pre"
version = "0.13.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.4.0

Released on 2022-12-21.

* Cargo.toml now defines patch version for all dependencies.

## 0.3.0
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-pre"
version = "0.4.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.13.0

Released on 2022-12-21.

* Cargo.toml now defines patch version for all dependencies.

## 0.12.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-pre"
version = "0.13.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 @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.7.0

Released on 2022-12-21.

* Cargo.toml now defines patch version for all dependencies.

## 0.6.0
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-pre"
version = "0.7.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down

0 comments on commit cb406b5

Please sign in to comment.