From be644ed8077aaed7060caba457cd8ec96f162311 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:53:00 +0100 Subject: [PATCH] chore(main): release sops-check 0.0.1 (#18) * chore(main): release sops-check 1.0.0 * chore(release): change version to 0.0.1 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Ohmann --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef4..d6732cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{".":"0.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3a74107 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 0.0.1 (2024-11-29) + + +### Features + +* add methods to find SOPS files ([#11](https://github.com/Bonial-International-GmbH/sops-check/issues/11)) ([61f0549](https://github.com/Bonial-International-GmbH/sops-check/commit/61f05497af13db4ff8275dc13e15f8bf62991d0c)) +* basic CLI implementation ([#15](https://github.com/Bonial-International-GmbH/sops-check/issues/15)) ([ef18cf2](https://github.com/Bonial-International-GmbH/sops-check/commit/ef18cf2a65eb227fc907dbc0973ea71a36bc285b)) +* implement rules engine ([#6](https://github.com/Bonial-International-GmbH/sops-check/issues/6)) ([d4345dd](https://github.com/Bonial-International-GmbH/sops-check/commit/d4345ddaa30681104b37e0f3ff1ae33aa5da9b35))