Skip to content

Commit

Permalink
Bumping version to 1.2.1rc2 and generate changelog (#170)
Browse files Browse the repository at this point in the history
* Bumping version to 1.2.1rc2 and generate CHANGELOG

* Removing newline

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: leahwicz <[email protected]>
  • Loading branch information
3 people authored Aug 18, 2022
1 parent d053685 commit 4d83ca9
Show file tree
Hide file tree
Showing 6 changed files with 10 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.2.1rc1
current_version = 1.2.1rc2
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
3 changes: 3 additions & 0 deletions .changes/1.2.1-rc2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## dbt-redshift 1.2.1-rc2 - August 18, 2022
### Under the Hood
- Removing unneeded code for truncation logic ([#150](https://github.com/dbt-labs/dbt-redshift/issues/150), [#167](https://github.com/dbt-labs/dbt-redshift/pull/167))
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
- 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.2.1-rc2 - August 18, 2022
### Under the Hood
- Removing unneeded code for truncation logic ([#150](https://github.com/dbt-labs/dbt-redshift/issues/150), [#167](https://github.com/dbt-labs/dbt-redshift/pull/167))

## dbt-redshift 1.2.1-rc1 - August 11, 2022
### Features
- backport changie to 1.2.latest ([#150](https://github.com/dbt-labs/dbt-redshift/issues/150), [#157](https://github.com/dbt-labs/dbt-redshift/pull/157))
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.2.1rc1"
version = "1.2.1rc2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _get_dbt_core_version():


package_name = "dbt-redshift"
package_version = "1.2.1rc1"
package_version = "1.2.1rc2"
dbt_core_version = _get_dbt_core_version()
description = """The Redshift adapter plugin for dbt"""

Expand Down

0 comments on commit 4d83ca9

Please sign in to comment.