Skip to content

Commit 0d5c732

Browse files
committed
Release 2.2.0
1 parent 40f5885 commit 0d5c732

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changes/2.2.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## dbt-snowflake-query-tags 2.2.0 - June 23, 2023
2+
3+
### Features
4+
5+
- Add full_refresh, which and invocation_command to comment ([#15](https://github.com/get-select/dbt-snowflake-query-tags/pull/15))
6+
7+

.changes/unreleased/Features-20230623-141155.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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-snowflake-query-tags 2.2.0 - June 23, 2023
9+
10+
### Features
11+
12+
- Add full_refresh, which and invocation_command to comment ([#15](https://github.com/get-select/dbt-snowflake-query-tags/pull/15))
13+
14+
15+
816
## dbt-snowflake-query-tags 2.1.0 - May 26, 2023
917

1018
### Features

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An example query comment contains:
66

77
```json
88
{
9-
"dbt_snowflake_query_tags_version": "2.1.0",
9+
"dbt_snowflake_query_tags_version": "2.2.0",
1010
"app": "dbt",
1111
"dbt_version": "1.4.0",
1212
"project_name": "my_project",
@@ -29,6 +29,8 @@ An example query comment contains:
2929
"node_tags": ["tag_1", "tag_2"],
3030
"node_meta": {"owner": "@alice", "model_maturity": "in dev"},
3131
"materialized": "incremental",
32+
"full_refresh": false,
33+
"which": "run"
3234

3335
-- dbt Cloud only
3436
"dbt_cloud_project_id": "146126",

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: 'dbt_snowflake_query_tags'
2-
version: '2.1.0'
2+
version: '2.2.0'
33
config-version: 2

0 commit comments

Comments
 (0)