Skip to content

Commit e79291f

Browse files
authored
Merge pull request #70 from bqbooster/release/v0.14.0
Release v0.14.0
2 parents 6cc6599 + 973ee21 commit e79291f

File tree

6 files changed

+24
-9
lines changed

6 files changed

+24
-9
lines changed

.changes/unreleased/Features-20241118-011946.yaml

-6
This file was deleted.

.changes/v0.14.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## dbt-bigquery-monitoring v0.14.0 - November 18, 2024
2+
3+
### Features
4+
5+
6+
- New compute optimization oriented views ([#59](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/59))
7+
8+
### Contributors
9+
- [@Kayrnt](https://github.com/Kayrnt) ([#59](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/59))
10+

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## dbt-bigquery-monitoring v0.14.0 - November 18, 2024
9+
10+
### Features
11+
12+
13+
- New compute optimization oriented views ([#59](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/59))
14+
15+
### Contributors
16+
- [@Kayrnt](https://github.com/Kayrnt) ([#59](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/59))
17+
18+
819
## dbt-bigquery-monitoring v0.13.0 - November 17, 2024
920

1021
### Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add the following to your `packages.yml` file:
6565
```yml {"id":"01J6QQ78T6KQCXF8VPNH8BXBYM"}
6666
packages:
6767
- package: bqbooster/dbt_bigquery_monitoring
68-
version: 0.13.0
68+
version: 0.14.0
6969
```
7070
7171
### Set up an output dataset

dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "dbt_bigquery_monitoring"
2-
version: "0.13.0"
2+
version: "0.14.0"
33
require-dbt-version: [">=1.3.0", "<2.0.0"]
44
config-version: 2
55

macros/set_query_comment.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{%- set comment_dict = {} -%}
77
{%- do comment_dict.update(
88
app='dbt',
9-
dbt_bigquery_monitoring_version="0.13.0",
9+
dbt_bigquery_monitoring_version="0.14.0",
1010
dbt_version=dbt_version,
1111
project_name=project_name,
1212
target_name=target.name,

0 commit comments

Comments
 (0)