Skip to content

Commit

Permalink
Bumping version to 1.2.1rc1 and generate CHANGELOG (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Build Bot <[email protected]>
  • Loading branch information
github-actions[bot] and FishtownBuildBot authored Aug 11, 2022
1 parent 6af8681 commit a6329a1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 4 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.0
current_version = 1.2.1rc1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
9 changes: 9 additions & 0 deletions .changes/1.2.1-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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))
### Fixes
- Backport fix to up redshift filename truncate limit all the way to 127 chars. ([#5586](https://github.com/dbt-labs/dbt-redshift/issues/5586), [#149](https://github.com/dbt-labs/dbt-redshift/pull/149))

### Contributors
- [@goodkat](https://github.com/goodkat) ([#149](https://github.com/dbt-labs/dbt-redshift/pull/149))
- [@mquesta](https://github.com/mquesta) ([#149](https://github.com/dbt-labs/dbt-redshift/pull/149))
File renamed without changes.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,27 @@
- 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-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))
### Fixes
- Backport fix to up redshift filename truncate limit all the way to 127 chars. ([#5586](https://github.com/dbt-labs/dbt-redshift/issues/5586), [#149](https://github.com/dbt-labs/dbt-redshift/pull/149))

### Contributors
- [@goodkat](https://github.com/goodkat) ([#149](https://github.com/dbt-labs/dbt-redshift/pull/149))
- [@mquesta](https://github.com/mquesta) ([#149](https://github.com/dbt-labs/dbt-redshift/pull/149))
## dbt-redshift 1.2.0 - July 26, 2022

### Features
- Add grants to materializations ([#128](https://github.com/dbt-labs/dbt-redshift/issues/128), [#131](https://github.com/dbt-labs/dbt-redshift/pull/131))


### Under the hood
- Lift + shift for cross-db macros ([#120](https://github.com/dbt-labs/dbt-redshift/pull/120))
- Remove duplicated parts of unit test ([#100](https://github.com/dbt-labs/dbt-redshift/pull/100))

### Contributors
- [@dbeatty10](https://github.com/dbeatty10) ([#120](https://github.com/dbt-labs/dbt-redshift/pull/120))

## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.1](https://github.com/dbt-labs/dbt-redshift/blob/1.1.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.2.0"
version = "1.2.1rc1"
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.0"
package_version = "1.2.1rc1"
dbt_core_version = _get_dbt_core_version()
description = """The Redshift adapter plugin for dbt"""

Expand Down

0 comments on commit a6329a1

Please sign in to comment.