Skip to content

Commit f13b719

Browse files
committed
Cut new release
1 parent 3ced544 commit f13b719

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changes/1.1.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## dbt-snowflake-query-tags 1.1.1 - February 12, 2023
2+
3+
### Fixes
4+
5+
- Fix refs list ([#4](https://github.com/get-select/dbt-snowflake-query-tags/pull/4))
6+
7+

.changes/unreleased/Fixes-20230212-191511.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 1.1.1 - February 12, 2023
9+
10+
### Fixes
11+
12+
- Fix refs list ([#4](https://github.com/get-select/dbt-snowflake-query-tags/pull/4))
13+
14+
15+
816
## dbt-snowflake-query-tags 1.1.0 - February 11, 2023
917

1018
### Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ From the [SELECT](https://select.dev) team, a dbt package to automatically tag d
44

55
```json
66
{
7-
"dbt_snowflake_query_tags_version": "1.1.0",
7+
"dbt_snowflake_query_tags_version": "1.1.1",
88
"app": "dbt",
99
"dbt_version": "1.4.0",
1010
"project_name": "my_project",
@@ -45,7 +45,7 @@ dbt_cloud_run_reason
4545
```yaml
4646
packages:
4747
- package: get-select/dbt_snowflake_query_tags
48-
version: 1.0.0
48+
version: 1.1.1
4949
```
5050
5151
2. If it doesn't already exist, create a folder named `macros` in your dbt project's top level directory. Inside, make a new file called `query_tags.sql` with the following content:

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: '1.0.0'
2+
version: '1.1.1'
33
config-version: 2

0 commit comments

Comments
 (0)