Skip to content

Commit

Permalink
Merge pull request #25 from bqbooster/release/v0.7.2
Browse files Browse the repository at this point in the history
Release v0.7.2
  • Loading branch information
Kayrnt authored Sep 24, 2024
2 parents 3ab5a27 + 87ef7ea commit fa5d763
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240925-001447.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/v0.7.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## dbt-bigquery-monitoring v0.7.2 - September 24, 2024

### Fixes


- Fix the version defined in get_query_comment macro ([#19](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/19))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#19](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/19))

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-bigquery-monitoring v0.7.2 - September 24, 2024

### Fixes


- Fix the version defined in get_query_comment macro ([#19](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/19))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#19](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/19))


## dbt-bigquery-monitoring v0.7.1 - September 24, 2024

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Add the following to your `packages.yml` file:
```yml {"id":"01J6QQ78T6KQCXF8VPNH8BXBYM"}
packages:
- package: bqbooster/dbt_bigquery_monitoring
version: 0.7.1
version: 0.7.2
```
### Set up an output dataset
Expand Down
2 changes: 1 addition & 1 deletion macros/set_query_comment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{%- set comment_dict = {} -%}
{%- do comment_dict.update(
app='dbt',
dbt_bigquery_monitoring_version="0.7.1",
dbt_bigquery_monitoring_version="0.7.2",
dbt_version=dbt_version,
project_name=project_name,
target_name=target.name,
Expand Down

0 comments on commit fa5d763

Please sign in to comment.