Skip to content

Commit 63e7e28

Browse files
committed
Release 2.1.0
1 parent 4dbd6bd commit 63e7e28

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

.changes/2.1.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## dbt-snowflake-query-tags 2.1.0 - May 26, 2023
2+
3+
### Features
4+
5+
- Add dbt meta to comment metadata ([#13](https://github.com/get-select/dbt-snowflake-query-tags/pull/13))
6+
7+
### Contributors
8+
- [@pratik60](https://github.com/pratik60) (Features)
9+

.changes/unreleased/Features-20230525-221550.yaml

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.1.0 - May 26, 2023
9+
10+
### Features
11+
12+
- Add dbt meta to comment metadata ([#13](https://github.com/get-select/dbt-snowflake-query-tags/pull/13))
13+
14+
### Contributors
15+
- [@pratik60](https://github.com/pratik60) (Features)
16+
17+
818
## dbt-snowflake-query-tags 2.0.2 - May 12, 2023
919

1020
### Features

README.md

Lines changed: 3 additions & 3 deletions
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.0.2",
9+
"dbt_snowflake_query_tags_version": "2.1.0",
1010
"app": "dbt",
1111
"dbt_version": "1.4.0",
1212
"project_name": "my_project",
@@ -43,7 +43,7 @@ Query tags are used solely for attaching the `is_incremental` flag, as this isn'
4343

4444
```json
4545
{
46-
"dbt_snowflake_query_tags_version": "2.0.1",
46+
"dbt_snowflake_query_tags_version": "2.1.0",
4747
"app": "dbt",
4848
"is_incremental": true
4949
}
@@ -56,7 +56,7 @@ Query tags are used solely for attaching the `is_incremental` flag, as this isn'
5656
```yaml
5757
packages:
5858
- package: get-select/dbt_snowflake_query_tags
59-
version: 2.0.0
59+
version: 2.1.0
6060
```
6161
6262
2. Adding the query tags

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.0.2'
2+
version: '2.1.0'
33
config-version: 2

0 commit comments

Comments
 (0)