Skip to content

Latest commit

Β 

History

History
577 lines (281 loc) Β· 34.1 KB

CHANGELOG.md

File metadata and controls

577 lines (281 loc) Β· 34.1 KB

πŸ“¦ open-sauced/pizza-cli changelog

conventional commits semantic versioning

All notable changes to this project will be documented in this file

2.2.0-beta.2 (2024-09-18)

πŸ• Features

  • shortcut to skip rest of emails for pizza generate config (#197) (6e96fff)

2.2.0-beta.1 (2024-09-18)

πŸ• Features

  • Upgrades to v2 packages to track with v2 git tag (#198) (5a0995d)

2.1.0 (2024-09-16)

πŸ• Features

  • 2.0.0 readme updates (156298d)
  • Bump 2.0.0 for real this time (385b7ff)

2.1.0-beta.1 (2024-09-16)

πŸ• Features

  • 2.0.0 readme updates (156298d)
  • Bump 2.0.0 for real this time (385b7ff)

1.6.0-beta.1 (2024-09-16)

πŸ• Features

  • Bump 2.0.0 for real this time (385b7ff)

1.5.0 (2024-09-16)

πŸ› Bug Fixes

  • Config path prefers local dir vs. home dir (#184) (859446a)
  • Don't overwrite ldflags in justfile builds (#171) (e024687)

πŸ• Features

1.5.0-beta.3 (2024-09-16)

πŸ• Features

1.5.0-beta.2 (2024-09-13)

πŸ• Features

1.5.0-beta.1 (2024-09-12)

πŸ• Features

πŸ› Bug Fixes

  • Config path prefers local dir vs. home dir (#184) (859446a)

1.4.1-beta.1 (2024-09-12)

πŸ› Bug Fixes

  • Don't overwrite ldflags in justfile builds (#171) (e024687)

1.4.0 (2024-09-11)

πŸ• Features

πŸ› Bug Fixes

  • docs generation runs outside of build matrix now (#165) (1e42988)
  • fixed docs generation in release workflow (#162) (5341e16)
  • now --tty-disable is set so the action can complete instead of hanging (#164) (a970a73)
  • skip interactive steps in generate codeowners with --tty-disable flag (#159) (49f1fd3)
  • use the local directory and home directory as fallback for .sauced.yaml (#158) (af2f361)

1.4.0-beta.4 (2024-09-09)

πŸ› Bug Fixes

  • docs generation runs outside of build matrix now (#165) (1e42988)

1.4.0-beta.3 (2024-09-09)

πŸ› Bug Fixes

  • now --tty-disable is set so the action can complete instead of hanging (#164) (a970a73)

1.4.0-beta.2 (2024-09-09)

πŸ› Bug Fixes

  • fixed docs generation in release workflow (#162) (5341e16)

1.4.0-beta.1 (2024-09-09)

πŸ• Features

1.3.1-beta.2 (2024-09-06)

πŸ› Bug Fixes

  • use the local directory and home directory as fallback for .sauced.yaml (#158) (af2f361)

1.3.1-beta.1 (2024-09-06)

πŸ› Bug Fixes

  • skip interactive steps in generate codeowners with --tty-disable flag (#159) (49f1fd3)

1.3.0 (2024-09-06)

πŸ• Features

  • Create a contributor list after generating codeowners (#141) (72c5d58)
  • now the documentation for the pizza-cli can be generated via pizza docs (#143) (3f5d27e)
  • Refactors API client into hand rolled sdk in api/ directory (#111) (e16e889)
  • support fallback attributions when generating codeowners file (#145) (35af4da)
  • update CODEOWNERS copy with command (#130) (a477959)

πŸ› Bug Fixes

1.3.0-beta.9 (2024-09-06)

πŸ› Bug Fixes

1.3.0-beta.8 (2024-09-06)

πŸ• Features

  • now the documentation for the pizza-cli can be generated via pizza docs (#143) (3f5d27e)

1.3.0-beta.7 (2024-09-06)

πŸ› Bug Fixes

1.3.0-beta.6 (2024-09-05)

πŸ• Features

  • support fallback attributions when generating codeowners file (#145) (35af4da)

1.3.0-beta.5 (2024-09-05)

πŸ• Features

  • Create a contributor list after generating codeowners (#141) (72c5d58)

1.3.0-beta.4 (2024-09-05)

πŸ› Bug Fixes

  • now fallback .sauced.yaml contents get read (#135) (fd658e5)

1.3.0-beta.3 (2024-09-04)

πŸ› Bug Fixes

  • NPM cache now looks at package-lock file (#136) (cd4b8da)

1.3.0-beta.2 (2024-09-04)

πŸ• Features

1.3.0-beta.1 (2024-09-04)

πŸ• Features

  • Refactors API client into hand rolled sdk in api/ directory (#111) (e16e889)

1.2.1 (2024-08-30)

πŸ› Bug Fixes

  • Root command persistent flags are marked hidden correctly (#126) (727a82e)

1.2.1-beta.1 (2024-08-30)

πŸ› Bug Fixes

  • Root command persistent flags are marked hidden correctly (#126) (727a82e)

1.2.0 (2024-08-30)

πŸ“ Documentation

  • updated comment for LoadConfig (ab5206b)

βœ… Tests

πŸ• Features

  • added .sauced.yaml and updated CODEOWNERS file (#109) (dfc56cb)
  • added built at to version command (#94) (9960fc0)
  • Codeowners generation (#95) (79cf8a2)
  • now generate codeowners checks in user root but also repository root folder for .sauced.yaml (a0298b1)
  • pizza login success page style refresh (#112) (9357dac)
  • Refactors Auth code into api/ directory (#105) (d851499)
  • Skip semantic-release docker build in favor of buildx building (d782974)
  • Trim down CLI - remove unused, defunct commands (#93) (7ddd4b9)
  • Upgrade Go module to use Go 1.22 (#96) (690b6e9)
  • Use justfile vs. makefile (#84) (8f38eaf)

πŸ› Bug Fixes

  • escape non-standard characters in the filename path (#106) (418951f)
  • mark endpoint and beta flags as hidden (#113) (6aa250f)
  • move output flag to insights command (#115) (be7f8cd)
  • update supabase keys for auth (#80) (247c431)
  • use repository fullname to fetch contributors (#77) (5326875)

1.2.0-beta.12 (2024-08-30)

πŸ› Bug Fixes

  • move output flag to insights command (#115) (be7f8cd)

1.2.0-beta.11 (2024-08-29)

πŸ› Bug Fixes

  • mark endpoint and beta flags as hidden (#113) (6aa250f)

1.2.0-beta.10 (2024-08-29)

πŸ• Features

  • pizza login success page style refresh (#112) (9357dac)

1.2.0-beta.9 (2024-08-29)

πŸ• Features

  • now generate codeowners checks in user root but also repository root folder for .sauced.yaml (a0298b1)

πŸ“ Documentation

  • updated comment for LoadConfig (ab5206b)

βœ… Tests

1.2.0-beta.8 (2024-08-28)

πŸ• Features

  • added .sauced.yaml and updated CODEOWNERS file (#109) (dfc56cb)

1.2.0-beta.7 (2024-08-28)

πŸ• Features

  • Refactors Auth code into api/ directory (#105) (d851499)

1.2.0-beta.6 (2024-08-28)

πŸ› Bug Fixes

  • escape non-standard characters in the filename path (#106) (418951f)

1.2.0-beta.5 (2024-08-27)

πŸ• Features

  • added built at to version command (#94) (9960fc0)

1.2.0-beta.4 (2024-08-27)

πŸ• Features

  • Upgrade Go module to use Go 1.22 (#96) (690b6e9)

1.2.0-beta.3 (2024-08-27)

πŸ• Features

1.2.0-beta.2 (2024-08-26)

πŸ• Features

  • Trim down CLI - remove unused, defunct commands (#93) (7ddd4b9)

1.2.0-beta.1 (2024-08-26)

πŸ• Features

  • Skip semantic-release docker build in favor of buildx building (d782974)
  • Use justfile vs. makefile (#84) (8f38eaf)

1.2.0-beta.1 (2024-08-26)

πŸ• Features

1.1.1-beta.5 (2024-03-15)

πŸ› Bug Fixes

1.1.1-beta.4 (2024-03-04)

πŸ› Bug Fixes

  • use repository fullname to fetch contributors (#77) (5326875)
  • avoid requiring CGO for now (#71) (f6d2f1d)
  • Force publish of package to build go binaries during release (#69) (02177d5)
  • Upgrade to v2 API (#73) (40b468b)

1.1.1-beta.3 (2024-02-05)

πŸ› Bug Fixes

1.1.1-beta.2 (2024-02-03)

πŸ› Bug Fixes

1.1.1-beta.1 (2023-11-29)

πŸ› Bug Fixes

  • Force publish of package to build go binaries during release (#69) (02177d5)

1.1.0 (2023-10-26)

πŸ› Bug Fixes

  • Hotfix for broken release workflow file (e115fe9)
  • Release pipeline missing some env vars (21e43e3)

πŸ• Features

  • Add "pizza insights user-contributions" command (248f90a)
  • add csv support for contributors insights (51c1897)
  • Add filtering for usernames on user-contributions (d10c1ef)

1.1.0-beta.3 (2023-10-26)

πŸ• Features

  • Add filtering for usernames on user-contributions (d10c1ef)

1.1.0-beta.2 (2023-10-26)

πŸ• Features

  • Add "pizza insights user-contributions" command (248f90a)

1.1.0-beta.1 (2023-10-18)

πŸ• Features

  • add csv support for contributors insights (51c1897)

1.0.1 (2023-10-11)

πŸ› Bug Fixes

  • Hotfix for broken release workflow file (e115fe9)
  • Release pipeline missing some env vars (21e43e3)
  • Roll forward fix for semantic release (#51) (3a6bb27)

1.0.1-beta.1 (2023-10-11)

πŸ› Bug Fixes

  • Roll forward fix for semantic release (#51) (3a6bb27)

1.0.0 (2023-10-11)

πŸ€– Build System

  • sematic bin release, npm (7b4607e)

πŸ” Continuous Integration

πŸ› Bug Fixes

  • Uses correct generated token when checking out cli repo in release (#44) (1e0c9f1)

πŸ• Features

  • Add install instructions and script for pizza CLI (#26) (421a429)
  • Add posthog telemetry integration (#37) (9829f49)
  • cli auth (#21) (34728fb)
  • GitHub action to build and upload Go artifacts after release created (#22) (ad187a9)
  • Http Client for accessing OpenSauced API client (#23) (ec2b357)
  • Leverage the GITHUB_APP_TOKEN for releases (#32) (e0a25e0)
  • npm i -g pizza (73291d1)
  • Pizza show (#24) (72f21ce)
  • provide repository contributors insights (#30) (d16091f)
  • provide repository insights (#38) (dc148d6)
  • repo-query support (199cfd7)
  • update bin name release.yaml (6b21cb8)
  • Version command for CLI based on release builds (#36) (9f3eedc)

1.0.0-beta.7 (2023-10-02)

πŸ• Features

1.0.0-beta.6 (2023-09-27)

πŸ› Bug Fixes

  • Uses correct generated token when checking out cli repo in release (#44) (1e0c9f1)

1.0.0-beta.5 (2023-09-27)

πŸ• Features

1.0.0-beta.4 (2023-09-06)

πŸ• Features

  • provide repository contributors insights (#30) (d16091f)

1.0.0-beta.3 (2023-08-31)

πŸ• Features

  • Version command for CLI based on release builds (#36) (9f3eedc)

1.0.0-beta.2 (2023-08-29)

πŸ• Features

  • Add posthog telemetry integration (#37) (9829f49)

1.0.0-beta.1 (2023-08-22)

πŸ€– Build System

  • sematic bin release, npm (7b4607e)

πŸ• Features

  • Add install instructions and script for pizza CLI (#26) (421a429)
  • cli auth (#21) (34728fb)
  • GitHub action to build and upload Go artifacts after release created (#22) (ad187a9)
  • Http Client for accessing OpenSauced API client (#23) (ec2b357)
  • Leverage the GITHUB_APP_TOKEN for releases (#32) (e0a25e0)
  • npm i -g pizza (73291d1)
  • repo-query support (199cfd7)
  • update bin name release.yaml (6b21cb8)

πŸ” Continuous Integration