diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 816df2d..0477999 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b9efb2..14da200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/gorules/cli/compare/cli-v0.3.1...cli-v0.3.2) (2026-08-20) + + +### Bug Fixes + +* download relative artifact URLs against the API base ([#11](https://github.com/gorules/cli/issues/11)) ([c42c644](https://github.com/gorules/cli/commit/c42c644a7f792318254ea0d4e27625a04e5717dd)) + ## [0.3.1](https://github.com/gorules/cli/compare/cli-v0.3.0...cli-v0.3.1) (2026-08-20) diff --git a/actions/pull/action.yml b/actions/pull/action.yml index 7ac8386..f8355ec 100644 --- a/actions/pull/action.yml +++ b/actions/pull/action.yml @@ -46,7 +46,7 @@ inputs: cli-version: description: Version of @gorules/cli to run. Pin this in production required: false - default: 0.3.1 # x-release-please-version + default: 0.3.2 # x-release-please-version outputs: changed: diff --git a/package.json b/package.json index 2c24dc0..c1ea6ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorules/cli", - "version": "0.3.1", + "version": "0.3.2", "description": "Command-line tool for the GoRules BRMS platform", "homepage": "https://gorules.io", "repository": { diff --git a/templates/azure-pipelines-pull.yml b/templates/azure-pipelines-pull.yml index a06d08f..6f20f5f 100644 --- a/templates/azure-pipelines-pull.yml +++ b/templates/azure-pipelines-pull.yml @@ -50,7 +50,7 @@ parameters: default: false - name: cliVersion type: string - default: 0.3.1 # x-release-please-version + default: 0.3.2 # x-release-please-version - name: azureSubscription type: string default: '' diff --git a/templates/gitlab-ci-pull.yml b/templates/gitlab-ci-pull.yml index 4503a87..8aaf8a8 100644 --- a/templates/gitlab-ci-pull.yml +++ b/templates/gitlab-ci-pull.yml @@ -21,7 +21,7 @@ image: node:20-alpine variables: GORULES_OUT: dist - GORULES_CLI_VERSION: '0.3.1' # x-release-please-version + GORULES_CLI_VERSION: '0.3.2' # x-release-please-version GORULES_UNPACK: 'false' # 'true' deletes files in the destination that are not in the artifact GORULES_DELETE: 'false'