diff --git a/.github/workflows/go-coverage-report.yaml b/.github/workflows/go-coverage-report.yaml index 51e76335..6707a833 100644 --- a/.github/workflows/go-coverage-report.yaml +++ b/.github/workflows/go-coverage-report.yaml @@ -14,9 +14,19 @@ name: CI on: pull_request: types: [opened, reopened, synchronize] + paths: + - 'bsctl/**/*.go' + - 'bsctl/go.mod' + - 'bsctl/go.sum' + - '.github/workflows/go-coverage-report.yaml' push: branches: - 'main' + paths: + - 'bsctl/**/*.go' + - 'bsctl/go.mod' + - 'bsctl/go.sum' + - '.github/workflows/go-coverage-report.yaml' jobs: unit_tests: diff --git a/CHANGELOG.md b/CHANGELOG.md index 708894d9..591d955a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [0.1.4] - 2026-01-16 +### Changed +- Updated GitHub Actions dependencies: actions/checkout from v4 to v6, asdf-vm/actions from v3 to v4 + ## [0.1.3] - 2026-01-16 ### Fixed - Updated test expectations after bbctl v1.5.0 upgrade - error messages changed from "FakeWriter intentionally errored" to "FakeReader intentionally errored" diff --git a/bsctl/static/resources/constants.yaml b/bsctl/static/resources/constants.yaml index 12eefd4b..fe162201 100644 --- a/bsctl/static/resources/constants.yaml +++ b/bsctl/static/resources/constants.yaml @@ -1,2 +1,2 @@ # BasicSetupCliVersion - constant for sematic versioning -BasicSetupCliVersion: "0.1.3" +BasicSetupCliVersion: "0.1.4"