Skip to content

Commit

Permalink
Bumping version to 1.4.0rc1 and generate changelog (#263)
Browse files Browse the repository at this point in the history
* Bumping version to 1.4.0rc1 and generate CHANGELOG

* update dev reqs

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Colin <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2023
1 parent d6366b8 commit 1410308
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 6 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.4.0b1
current_version = 1.4.0rc1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
9 changes: 9 additions & 0 deletions .changes/1.4.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## dbt-redshift 1.4.0-rc1 - January 11, 2023
### Under the Hood
- Consistent capitalization for `CONTRIBUTING.md` ([#252](https://github.com/dbt-labs/dbt-redshift/issues/252), [#252](https://github.com/dbt-labs/dbt-redshift/pull/252))
- Rename exceptions to match dbt-core ([#250](https://github.com/dbt-labs/dbt-redshift/issues/250), [#258](https://github.com/dbt-labs/dbt-redshift/pull/258))
### Dependencies
- Add support for python 3.11 ([#225](https://github.com/dbt-labs/dbt-redshift/issues/225), [#236](https://github.com/dbt-labs/dbt-redshift/pull/236))

### Contributors
- [@dbeatty10](https://github.com/dbeatty10) ([#252](https://github.com/dbt-labs/dbt-redshift/pull/252))
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@
- 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.4.0-rc1 - January 11, 2023
### Under the Hood
- Consistent capitalization for `CONTRIBUTING.md` ([#252](https://github.com/dbt-labs/dbt-redshift/issues/252), [#252](https://github.com/dbt-labs/dbt-redshift/pull/252))
- Rename exceptions to match dbt-core ([#250](https://github.com/dbt-labs/dbt-redshift/issues/250), [#258](https://github.com/dbt-labs/dbt-redshift/pull/258))
### Dependencies
- Add support for python 3.11 ([#225](https://github.com/dbt-labs/dbt-redshift/issues/225), [#236](https://github.com/dbt-labs/dbt-redshift/pull/236))

### Contributors
- [@dbeatty10](https://github.com/dbeatty10) ([#252](https://github.com/dbt-labs/dbt-redshift/pull/252))
## dbt-redshift 1.4.0-b1 - December 15, 2022
### Features
- Migrate dbt-utils current_timestamp macros into core + adapters ([#194](https://github.com/dbt-labs/dbt-redshift/issues/194), [#191](https://github.com/dbt-labs/dbt-redshift/pull/191))

## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.3](https://github.com/dbt-labs/dbt-redshift/blob/1.3.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.4.0b1"
version = "1.4.0rc1"
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# install latest changes in dbt-core + dbt-postgres
# TODO: how to switch from HEAD to x.y.latest branches after minor releases?
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-postgres&subdirectory=plugins/postgres
git+https://github.com/dbt-labs/dbt-core.git@1.4.latest#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git@1.4.latest#egg=dbt-tests-adapter&subdirectory=tests/adapter
git+https://github.com/dbt-labs/dbt-core.git@1.4.latest#egg=dbt-postgres&subdirectory=plugins/postgres

black~=22.8.0
click~=8.1.3
Expand Down

0 comments on commit 1410308

Please sign in to comment.