From a77954039f299bc59b177ef0730d11017770d73d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 22:44:17 -0400 Subject: [PATCH] chore(main): release 0.1.0 (#32) * 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 <71521611+zachariahmiller@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5b6b2a..96d9691 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68e845b --- /dev/null +++ b/CHANGELOG.md @@ -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))