From ff4467f562af232f64b77b87ff36cc1fd5590cb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:20:24 +0000 Subject: [PATCH] chore(main): release 0.12.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ed0e8b8..53d4a3f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.12.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af6f41c..502a2539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.12.0](https://github.com/RedHatProductSecurity/trestle-bot/compare/v0.11.0...v0.12.0) (2024-11-26) + + +### Features + +* **bot:** change for configuring trestle-bot PR body update ([#363](https://github.com/RedHatProductSecurity/trestle-bot/issues/363)) ([812ae9a](https://github.com/RedHatProductSecurity/trestle-bot/commit/812ae9acdc9741fc83e20cc219ecbb681e3bf6c4)) + + +### Bug Fixes + +* run the paths-filter step in its own job ([#370](https://github.com/RedHatProductSecurity/trestle-bot/issues/370)) ([cb42cfe](https://github.com/RedHatProductSecurity/trestle-bot/commit/cb42cfe7e2a5d554f7380a4b327a09324a8d3834)) + + +### Maintenance + +* add openssf scorecard workflow ([#359](https://github.com/RedHatProductSecurity/trestle-bot/issues/359)) ([63ed23c](https://github.com/RedHatProductSecurity/trestle-bot/commit/63ed23c1768b49022b71b03dcda58fe1b001a452)) + ## [0.11.0](https://github.com/RedHatProductSecurity/trestle-bot/compare/v0.10.1...v0.11.0) (2024-09-25) diff --git a/pyproject.toml b/pyproject.toml index bd9dd5fc..030df5a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'trestlebot' -version = "0.11.0" +version = "0.12.0" description = "trestle-bot assists users in leveraging Compliance-Trestle in automated workflows of for OSCAL formatted compliance content management." authors = ["Jennifer Power ",]