diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 0cae2f0c..a68d77c5 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - id: label-the-PR - uses: actions/labeler@v6.0.1 + uses: actions/labeler@v6.1.0 with: configuration-path: '.github/labeler.yaml' - id: run-tests diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df09d73..09dda9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [0.1.29] - 2026-05-12 +### Changed +- Bump actions/labeler from 6.0.1 to 6.1.0 + ## [0.1.28] - 2026-05-08 ### Changed - Bump github/codeql-action from 4.35.2 to 4.35.3 diff --git a/bsctl/static/resources/constants.yaml b/bsctl/static/resources/constants.yaml index 7fd03557..8b36af87 100644 --- a/bsctl/static/resources/constants.yaml +++ b/bsctl/static/resources/constants.yaml @@ -1,2 +1,2 @@ # BasicSetupCliVersion - constant for semantic versioning -BasicSetupCliVersion: "0.1.28" +BasicSetupCliVersion: "0.1.29" diff --git a/resources/version.yaml b/resources/version.yaml index abb0bf11..49449362 100644 --- a/resources/version.yaml +++ b/resources/version.yaml @@ -1,2 +1,2 @@ # BasicSetupCliVersion - primary version source for releases and docs bump automation -BasicSetupCliVersion: "0.1.28" +BasicSetupCliVersion: "0.1.29"