Skip to content

Latest commit

 

History

History
238 lines (155 loc) · 7.48 KB

RELEASES.md

File metadata and controls

238 lines (155 loc) · 7.48 KB

📝 Release notes

0.5.0

December 31st, 2023

powerpack-cli

  • Support workspaces with --package flag. Previously powerpack only worked with the root package of a workspace. You can now have multiple packages in a workspace and use the --package flag to specify which package to build, link or package. The workflow/ directory containing the package information must be in the same directory as the manifest file for the particular package.

powerpack


0.4.2

September 20th, 2022

powerpack-cli

Thanks @knutwalker for these fixes!

powerpack


0.4.1

March 20th, 2022

powerpack-cli


0.4.0

March 19th, 2022

powerpack

powerpack-cli


0.3.1

February 10th, 2022

powerpack


0.3.0

February 6th, 2022

powerpack-cli

  • Support --bin option. If a package has multiple binaries and you only want to build or package one or some of them then you can use this option to filter the binaries. This option can be used multiple times.

    powerpack package --bin my_bin --bin my_other_bin
  • Support --target option. This means you can now easily build and package workflows for both x86_64-apple-darwin and aarch64-apple-darwin from either host.

    powerpack package --target aarch64-apple-darwin

0.2.2

January 18th, 2022

powerpack-cli


0.2.1

September 4th, 2021

powerpack


0.2.0

July 5th, 2021

powerpack

powerpack-cli


0.1.2

May 15th, 2021

powerpack

powerpack-cli


0.1.1

April 1st, 2021

powerpack-cli


0.1.0

March 31st, 2021

First version.