Skip to content

Commit

Permalink
chore(main): release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
1 parent a614d38 commit e952214
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
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"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### Features

* 295 monorepo directory structure design proposal ([#389](https://github.com/RedHatProductSecurity/trestle-bot/issues/389)) ([0314389](https://github.com/RedHatProductSecurity/trestle-bot/commit/0314389ccb454b1c52ef68cd7670da97dbf62510))
* **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))
* rename rule-transform to rules-transform ([226a0d2](https://github.com/RedHatProductSecurity/trestle-bot/commit/226a0d24c1fd83a3101bfd251deac3a850143569))
* update actions for debug and config options ([1f16ca3](https://github.com/RedHatProductSecurity/trestle-bot/commit/1f16ca301da9b808568e671f0b7a3f99f26ddb99))
* update actions with new cli design ([487d1d4](https://github.com/RedHatProductSecurity/trestle-bot/commit/487d1d40ec4db1502e2ad11344b71d01cce5e12b))

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

0 comments on commit e952214

Please sign in to comment.