Skip to content

Commit

Permalink
Bumping version to 1.7.0rc1 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Oct 12, 2023
1 parent f3ee937 commit 01086bc
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0b2
current_version = 1.7.0rc1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
21 changes: 21 additions & 0 deletions .changes/1.7.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## dbt-redshift 1.7.0-rc1 - October 12, 2023

### Features

- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-redshift/issues/6914))

### Fixes

- Use the PID to terminate the session ([#553](https://github.com/dbt-labs/dbt-redshift/issues/553))
- avoid nested loop in query planner execution of redshift__get_relations ([#609](https://github.com/dbt-labs/dbt-redshift/issues/609))

### Under the Hood

- Add tests for inlined limit + sql_header in dbt show query ([#616](https://github.com/dbt-labs/dbt-redshift/issues/616))

### Dependencies

- Update ddtrace requirement from ~=1.18 to ~=1.19 ([#610](https://github.com/dbt-labs/dbt-redshift/pull/610))

### Contributors
- [@slin30](https://github.com/slin30) ([#609](https://github.com/dbt-labs/dbt-redshift/issues/609))
File renamed without changes.
File renamed without changes.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-redshift/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## dbt-redshift 1.7.0-rc1 - October 12, 2023

### Features

- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-redshift/issues/6914))

### Fixes

- Use the PID to terminate the session ([#553](https://github.com/dbt-labs/dbt-redshift/issues/553))
- avoid nested loop in query planner execution of redshift__get_relations ([#609](https://github.com/dbt-labs/dbt-redshift/issues/609))

### Under the Hood

- Add tests for inlined limit + sql_header in dbt show query ([#616](https://github.com/dbt-labs/dbt-redshift/issues/616))

### Dependencies

- Update ddtrace requirement from ~=1.18 to ~=1.19 ([#610](https://github.com/dbt-labs/dbt-redshift/pull/610))

### Contributors
- [@slin30](https://github.com/slin30) ([#609](https://github.com/dbt-labs/dbt-redshift/issues/609))


## dbt-redshift 1.7.0-b2 - September 15, 2023

### Features
Expand All @@ -30,8 +53,6 @@
- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#596](https://github.com/dbt-labs/dbt-redshift/pull/596))
- Update black requirement from ~=23.7 to ~=23.9 ([#600](https://github.com/dbt-labs/dbt-redshift/pull/600))



## dbt-redshift 1.7.0-b1 - August 17, 2023

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/redshift/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.7.0b2"
version = "1.7.0rc1"

0 comments on commit 01086bc

Please sign in to comment.