Skip to content

Commit

Permalink
Bumping version to 1.6.0rc1 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Jul 17, 2023
1 parent 7f0e554 commit aa0f0b0
Show file tree
Hide file tree
Showing 22 changed files with 66 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.6.0b5
current_version = 1.6.0rc1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
31 changes: 31 additions & 0 deletions .changes/1.6.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## dbt-redshift 1.6.0-rc1 - July 17, 2023

### Features

- ([#179](https://github.com/dbt-labs/dbt-redshift/issues/179))
- add merge as a new incremental strategy for redshift ([#402](https://github.com/dbt-labs/dbt-redshift/issues/402))
- add dbt-redshift portion of dbt_clone functionality ([#504](https://github.com/dbt-labs/dbt-redshift/issues/504))
- Enumerate implemented materialized view features via integration test flags and change `autorefresh` to `auto_refresh` ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-redshift/issues/dbt-labs/dbt-core#6911))

### Fixes

- Remove dependent_projects argument from PartialProject call in unit tests ([#7955](https://github.com/dbt-labs/dbt-redshift/issues/7955))
- Fix regression in redshift-connector==2.0.912 ([#518](https://github.com/dbt-labs/dbt-redshift/issues/518))
- Fixed unit test that broke following dbt clone work ([#518](https://github.com/dbt-labs/dbt-redshift/issues/518))
- cast the port as an int ([#518](https://github.com/dbt-labs/dbt-redshift/issues/518))
- hard pin dep on redshift_connector ([#531](https://github.com/dbt-labs/dbt-redshift/issues/531), [#532](https://github.com/dbt-labs/dbt-redshift/issues/532))
- re-enable query commenting ([#536](https://github.com/dbt-labs/dbt-redshift/issues/536))

### Dependencies

- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#449](https://github.com/dbt-labs/dbt-redshift/pull/449))
- Update types-requests requirement from ~=2.28 to ~=2.31 ([#461](https://github.com/dbt-labs/dbt-redshift/pull/461))
- Update tox requirement from ~=4.5 to ~=4.6 ([#481](https://github.com/dbt-labs/dbt-redshift/pull/481))
- Bump mypy from 1.2.0 to 1.4.0 ([#503](https://github.com/dbt-labs/dbt-redshift/pull/503))
- Update pre-commit requirement from ~=2.21 to ~=3.3 ([#426](https://github.com/dbt-labs/dbt-redshift/pull/426))
- Update pytest requirement from ~=7.3 to ~=7.4 ([#507](https://github.com/dbt-labs/dbt-redshift/pull/507))
- Bump mypy from 1.4.0 to 1.4.1 ([#508](https://github.com/dbt-labs/dbt-redshift/pull/508))
- Update pip-tools requirement from ~=6.13 to ~=6.14 ([#517](https://github.com/dbt-labs/dbt-redshift/pull/517))

### Contributors
- [@jiezhen-chen](https://github.com/jiezhen-chen) ([#179](https://github.com/dbt-labs/dbt-redshift/issues/179), [#402](https://github.com/dbt-labs/dbt-redshift/issues/402), [#518](https://github.com/dbt-labs/dbt-redshift/issues/518))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,44 @@
- "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.6.0-b5 - June 23, 2023
## dbt-redshift 1.6.0-rc1 - July 17, 2023

### Features

- Add support for materialized views ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-redshift/issues/dbt-labs/dbt-core#6911))
- ([#179](https://github.com/dbt-labs/dbt-redshift/issues/179))
- add merge as a new incremental strategy for redshift ([#402](https://github.com/dbt-labs/dbt-redshift/issues/402))
- add dbt-redshift portion of dbt_clone functionality ([#504](https://github.com/dbt-labs/dbt-redshift/issues/504))
- Enumerate implemented materialized view features via integration test flags and change `autorefresh` to `auto_refresh` ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-redshift/issues/dbt-labs/dbt-core#6911))

### Fixes

- Remove dependent_projects argument from PartialProject call in unit tests ([#7955](https://github.com/dbt-labs/dbt-redshift/issues/7955))
- Fix regression in redshift-connector==2.0.912 ([#518](https://github.com/dbt-labs/dbt-redshift/issues/518))
- Fixed unit test that broke following dbt clone work ([#518](https://github.com/dbt-labs/dbt-redshift/issues/518))
- cast the port as an int ([#518](https://github.com/dbt-labs/dbt-redshift/issues/518))
- hard pin dep on redshift_connector ([#531](https://github.com/dbt-labs/dbt-redshift/issues/531), [#532](https://github.com/dbt-labs/dbt-redshift/issues/532))
- re-enable query commenting ([#536](https://github.com/dbt-labs/dbt-redshift/issues/536))

### Dependencies

- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#449](https://github.com/dbt-labs/dbt-redshift/pull/449))
- Update types-requests requirement from ~=2.28 to ~=2.31 ([#461](https://github.com/dbt-labs/dbt-redshift/pull/461))
- Update tox requirement from ~=4.5 to ~=4.6 ([#481](https://github.com/dbt-labs/dbt-redshift/pull/481))
- Bump mypy from 1.2.0 to 1.4.0 ([#503](https://github.com/dbt-labs/dbt-redshift/pull/503))
- Update pre-commit requirement from ~=2.21 to ~=3.3 ([#426](https://github.com/dbt-labs/dbt-redshift/pull/426))
- Update pytest requirement from ~=7.3 to ~=7.4 ([#507](https://github.com/dbt-labs/dbt-redshift/pull/507))
- Bump mypy from 1.4.0 to 1.4.1 ([#508](https://github.com/dbt-labs/dbt-redshift/pull/508))
- Update pip-tools requirement from ~=6.13 to ~=6.14 ([#517](https://github.com/dbt-labs/dbt-redshift/pull/517))

### Contributors
- [@jiezhen-chen](https://github.com/jiezhen-chen) ([#179](https://github.com/dbt-labs/dbt-redshift/issues/179), [#402](https://github.com/dbt-labs/dbt-redshift/issues/402), [#518](https://github.com/dbt-labs/dbt-redshift/issues/518))


## dbt-redshift 1.6.0-b5 - June 23, 2023

### Features

- Add support for materialized views ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-redshift/issues/dbt-labs/dbt-core#6911))

## dbt-redshift 1.6.0-b4 - June 16, 2023

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.6.0b5"
version = "1.6.0rc1"

0 comments on commit aa0f0b0

Please sign in to comment.