Skip to content

Commit

Permalink
Bumping version to 1.5.0b1 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Feb 22, 2023
1 parent 6e1e239 commit d039e52
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 1.5.0a1

current_version = 1.5.0b1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
16 changes: 16 additions & 0 deletions .changes/1.5.0-b1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## dbt-redshift 1.5.0-b1 - February 22, 2023

### Features

- dbt-constraints for redshift ([#227](https://github.com/dbt-labs/dbt-redshift/issues/227))
- Stand-alone Python module for RedshiftColumn ([#290](https://github.com/dbt-labs/dbt-redshift/issues/290))

### Under the Hood

- Replace psycopg2 connector with Redshift python connector when connecting to Redshift ([#219](https://github.com/dbt-labs/dbt-redshift/issues/219))
- remove tox call to integration tests ([#257](https://github.com/dbt-labs/dbt-redshift/issues/257))
- Convert Backup Table tests ([#293](https://github.com/dbt-labs/dbt-redshift/issues/293))

### Contributors
- [@dave-connors-3](https://github.com/dave-connors-3) ([#227](https://github.com/dbt-labs/dbt-redshift/issues/227))
- [@sathiish-kumar](https://github.com/sathiish-kumar) ([#219](https://github.com/dbt-labs/dbt-redshift/issues/219))
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "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.5.0-b1 - February 22, 2023

### Features

- dbt-constraints for redshift ([#227](https://github.com/dbt-labs/dbt-redshift/issues/227))
- Stand-alone Python module for RedshiftColumn ([#290](https://github.com/dbt-labs/dbt-redshift/issues/290))

### Under the Hood

- Replace psycopg2 connector with Redshift python connector when connecting to Redshift ([#219](https://github.com/dbt-labs/dbt-redshift/issues/219))
- remove tox call to integration tests ([#257](https://github.com/dbt-labs/dbt-redshift/issues/257))
- Convert Backup Table tests ([#293](https://github.com/dbt-labs/dbt-redshift/issues/293))

### Contributors
- [@dave-connors-3](https://github.com/dave-connors-3) ([#227](https://github.com/dbt-labs/dbt-redshift/issues/227))
- [@sathiish-kumar](https://github.com/sathiish-kumar) ([#219](https://github.com/dbt-labs/dbt-redshift/issues/219))


## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.4](https://github.com/dbt-labs/dbt-redshift/blob/1.4.latest/CHANGELOG.md)
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.5.0a1"
version = "1.5.0b1"

0 comments on commit d039e52

Please sign in to comment.