Skip to content

Commit

Permalink
Release v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayrnt authored Nov 19, 2024
1 parent 5173bff commit 3fdfff6
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20241119-012330.yaml

This file was deleted.

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

### Under the Hood


- Update Google base models based on latest documentation parsing ([#71](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/71))

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

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.14.1 - November 19, 2024

### Under the Hood


- Update Google base models based on latest documentation parsing ([#71](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/71))

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


## dbt-bigquery-monitoring v0.14.0 - November 18, 2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add the following to your `packages.yml` file:
```yml {"id":"01J6QQ78T6KQCXF8VPNH8BXBYM"}
packages:
- package: bqbooster/dbt_bigquery_monitoring
version: 0.14.0
version: 0.14.1
```
### Set up an output dataset
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "dbt_bigquery_monitoring"
version: "0.14.0"
version: "0.14.1"
require-dbt-version: [">=1.3.0", "<2.0.0"]
config-version: 2

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.14.0",
dbt_bigquery_monitoring_version="0.14.1",
dbt_version=dbt_version,
project_name=project_name,
target_name=target.name,
Expand Down

0 comments on commit 3fdfff6

Please sign in to comment.