Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.12.0 #351

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.11.0"
".": "0.12.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.12.0](https://github.com/RedHatProductSecurity/trestle-bot/compare/v0.11.0...v0.12.0) (2024-11-14)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jpower@redhat.com>",]
Expand Down