-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(main): release 1.0.0 * chore: update release number for initial release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: zamaz <[email protected]>
- Loading branch information
1 parent
acd921b
commit a779540
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.0" | ||
".": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2024-03-22) | ||
|
||
|
||
### Features | ||
|
||
* add release please ([#31](https://github.com/defenseunicorns/uds-software-factory/issues/31)) ([acd921b](https://github.com/defenseunicorns/uds-software-factory/commit/acd921b0d23a8b405aefd83d2f5515d59d20808b)) | ||
* initial swf bundle implementation ([#25](https://github.com/defenseunicorns/uds-software-factory/issues/25)) ([c4b79ab](https://github.com/defenseunicorns/uds-software-factory/commit/c4b79ab74751f1070a14d250b8df54ef347dee10)) | ||
|
||
|
||
### Miscellaneous | ||
|
||
* add a reference to the postgresql operator ([#27](https://github.com/defenseunicorns/uds-software-factory/issues/27)) ([873c5b2](https://github.com/defenseunicorns/uds-software-factory/commit/873c5b2cbe7c3b13203f4d4adc4d605ef1bf5b3c)) | ||
* add docs for versioning and testing ([#21](https://github.com/defenseunicorns/uds-software-factory/issues/21)) ([8aae272](https://github.com/defenseunicorns/uds-software-factory/commit/8aae272c6672454c2d62c96716e3b392c1004c9f)) | ||
* add initial shared renovate config ([#23](https://github.com/defenseunicorns/uds-software-factory/issues/23)) ([3f09ead](https://github.com/defenseunicorns/uds-software-factory/commit/3f09eadcad4a7c7a243b4709c512294dc26baea4)) | ||
* initial repo setup ([1300638](https://github.com/defenseunicorns/uds-software-factory/commit/13006386410daf91f164512cf4f56a29326d40d9)) | ||
* update CODEOWNERS to new style/group ([#26](https://github.com/defenseunicorns/uds-software-factory/issues/26)) ([7a64cf7](https://github.com/defenseunicorns/uds-software-factory/commit/7a64cf79dfb7a1de3689f6f567e2fee85449f9b6)) | ||
* Update README.md ([#8](https://github.com/defenseunicorns/uds-software-factory/issues/8)) ([5265bf8](https://github.com/defenseunicorns/uds-software-factory/commit/5265bf8478824773ad8a840d626a4d7cf6d097b1)) |