Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.8.0rc1_8978668379 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 7, 2024
2 parents d30d931 + 4f0aa31 commit 9ce8721
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 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.0b4
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
1 change: 1 addition & 0 deletions .changes/1.8.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## dbt-snowflake 1.8.0-rc1 - May 07, 2024
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- "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-snowflake/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## dbt-snowflake 1.8.0-rc1 - May 07, 2024



## dbt-snowflake 1.8.0-b4 - May 06, 2024

### Fixes
Expand All @@ -19,8 +23,6 @@
- Bump actions/setup-python from 4 to 5 ([#973](https://github.com/dbt-labs/dbt-snowflake/pull/973))
- Bump actions/checkout from 3 to 4 ([#974](https://github.com/dbt-labs/dbt-snowflake/pull/974))



## dbt-snowflake 1.8.0-b3 - April 17, 2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/snowflake/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.0b4"
version = "1.8.0rc1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _get_plugin_version_dict():


package_name = "dbt-snowflake"
package_version = "1.8.0b4"
package_version = "1.8.0rc1"
description = """The Snowflake adapter plugin for dbt"""

setup(
Expand Down

0 comments on commit 9ce8721

Please sign in to comment.