Skip to content

Commit

Permalink
chore(minor): release 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.1...v1.2.0) (2024-08-30)

### πŸ“ Documentation

* updated comment for LoadConfig ([ab5206b](ab5206b))

### βœ… Tests

* added setup and teardown ([aba6310](aba6310))
* added tests for LoadConfig ([2a5f85d](2a5f85d))
* made tests parallel ([2b3d8ca](2b3d8ca))

### πŸ• Features

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

### πŸ› Bug Fixes

* escape non-standard characters in the filename path ([#106](#106)) ([418951f](418951f))
* mark endpoint and beta flags as hidden ([#113](#113)) ([6aa250f](6aa250f))
* move output flag to insights command ([#115](#115)) ([be7f8cd](be7f8cd))
* update supabase keys for auth ([#80](#80)) ([247c431](247c431))
* use repository fullname to fetch contributors ([#77](#77)) ([5326875](5326875))
  • Loading branch information
jpmcb authored and open-sauced[bot] committed Aug 30, 2024
1 parent 6542f22 commit 68fdede
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@

> All notable changes to this project will be documented in this file
## [1.2.0](https://github.com/open-sauced/pizza-cli/compare/v1.1.1...v1.2.0) (2024-08-30)


### πŸ“ Documentation

* updated comment for LoadConfig ([ab5206b](https://github.com/open-sauced/pizza-cli/commit/ab5206b9a76ca35e2cf18c0fa68c4958a7d37ca6))


### βœ… Tests

* added setup and teardown ([aba6310](https://github.com/open-sauced/pizza-cli/commit/aba631095495fc70b2ba520a1e59e5d7c6f93a13))
* added tests for LoadConfig ([2a5f85d](https://github.com/open-sauced/pizza-cli/commit/2a5f85de3bbe3a3d2812fcfe1ba4640ad7b55827))
* made tests parallel ([2b3d8ca](https://github.com/open-sauced/pizza-cli/commit/2b3d8ca28e7a92f81953e16a982acda5a36a4e6d))


### πŸ• Features

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


### πŸ› Bug Fixes

* escape non-standard characters in the filename path ([#106](https://github.com/open-sauced/pizza-cli/issues/106)) ([418951f](https://github.com/open-sauced/pizza-cli/commit/418951f2629412c0855161a82eae1fd87502091b))
* mark endpoint and beta flags as hidden ([#113](https://github.com/open-sauced/pizza-cli/issues/113)) ([6aa250f](https://github.com/open-sauced/pizza-cli/commit/6aa250f45bde6486189270da2c70589f475ca39c))
* move output flag to insights command ([#115](https://github.com/open-sauced/pizza-cli/issues/115)) ([be7f8cd](https://github.com/open-sauced/pizza-cli/commit/be7f8cdda34552c5f845e995c84a3a1aa4be01d2))
* update supabase keys for auth ([#80](https://github.com/open-sauced/pizza-cli/issues/80)) ([247c431](https://github.com/open-sauced/pizza-cli/commit/247c431401744833e36ebea797c49062f0e35910))
* use repository fullname to fetch contributors ([#77](https://github.com/open-sauced/pizza-cli/issues/77)) ([5326875](https://github.com/open-sauced/pizza-cli/commit/53268758056a25b9135c011425b5854657752885))

## [1.2.0-beta.12](https://github.com/open-sauced/pizza-cli/compare/v1.2.0-beta.11...v1.2.0-beta.12) (2024-08-30)


Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pizza",
"version": "1.2.0-beta.12",
"version": "1.2.0",
"description": "A command line utility for insights, metrics, and all things OpenSauced",
"repository": "https://github.com/open-sauced/pizza-cli",
"license": "MIT",
Expand Down

0 comments on commit 68fdede

Please sign in to comment.