Skip to content

Commit a3568ac

Browse files
committed
updates for 0.5.2
1 parent 8529a00 commit a3568ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v3
7878
- name: Run Column-Aware dbt Cloud CI
79-
uses: dpguthrie/dbt-cloud-column-aware-ci@0.5.1
79+
uses: dpguthrie/dbt-cloud-column-aware-ci@0.5.2
8080
with:
8181
dbt_cloud_service_token: ${{ secrets.DBT_CLOUD_SERVICE_TOKEN }}
8282
dbt_cloud_token_name: 'github-actions'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbt-cloud-column-aware-ci"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "A tool for running dbt Cloud CI jobs with column-level change awareness to optimize cost and performance during Continuous Integration."
55
requires-python = ">=3.9"
66
dependencies = [

0 commit comments

Comments
 (0)