Skip to content

Commit

Permalink
Merge pull request #14 from get-select/release_2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
NiallRees authored May 26, 2023
2 parents 4dbd6bd + 63e7e28 commit 34ce69a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .changes/2.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## dbt-snowflake-query-tags 2.1.0 - May 26, 2023

### Features

- Add dbt meta to comment metadata ([#13](https://github.com/get-select/dbt-snowflake-query-tags/pull/13))

### Contributors
- [@pratik60](https://github.com/pratik60) (Features)

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20230525-221550.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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-snowflake-query-tags 2.1.0 - May 26, 2023

### Features

- Add dbt meta to comment metadata ([#13](https://github.com/get-select/dbt-snowflake-query-tags/pull/13))

### Contributors
- [@pratik60](https://github.com/pratik60) (Features)


## dbt-snowflake-query-tags 2.0.2 - May 12, 2023

### Features
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An example query comment contains:

```json
{
"dbt_snowflake_query_tags_version": "2.0.2",
"dbt_snowflake_query_tags_version": "2.1.0",
"app": "dbt",
"dbt_version": "1.4.0",
"project_name": "my_project",
Expand Down Expand Up @@ -43,7 +43,7 @@ Query tags are used solely for attaching the `is_incremental` flag, as this isn'

```json
{
"dbt_snowflake_query_tags_version": "2.0.1",
"dbt_snowflake_query_tags_version": "2.1.0",
"app": "dbt",
"is_incremental": true
}
Expand All @@ -56,7 +56,7 @@ Query tags are used solely for attaching the `is_incremental` flag, as this isn'
```yaml
packages:
- package: get-select/dbt_snowflake_query_tags
version: 2.0.0
version: 2.1.0
```
2. Adding the query tags
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: 'dbt_snowflake_query_tags'
version: '2.0.2'
version: '2.1.0'
config-version: 2

0 comments on commit 34ce69a

Please sign in to comment.