Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.8.0rc1_8945227833 into target 1.8.l…
Browse files Browse the repository at this point in the history
…atest during release process
  • Loading branch information
FishtownBuildBot authored May 3, 2024
2 parents 9057c7b + 4c3ef3c commit 5512166
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 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.8.0b3
current_version = 1.8.0rc1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
5 changes: 5 additions & 0 deletions .changes/1.8.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## dbt-redshift 1.8.0-rc1 - May 03, 2024

### Features

- Support TableLastModifiedMetadataBatch capability ([#755](https://github.com/dbt-labs/dbt-redshift/issues/755))
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
- "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.8.0-rc1 - May 03, 2024

### Features

- Support TableLastModifiedMetadataBatch capability ([#755](https://github.com/dbt-labs/dbt-redshift/issues/755))



## dbt-redshift 1.8.0-b3 - April 18, 2024

### Fixes
Expand All @@ -22,7 +30,6 @@
### Contributors
- [@holly-evans](https://github.com/holly-evans) ([#705](https://github.com/dbt-labs/dbt-redshift/issues/705))


## dbt-redshift 1.8.0-b2 - April 03, 2024

### 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.8.0b3"
version = "1.8.0rc1"

0 comments on commit 5512166

Please sign in to comment.