Skip to content

Commit

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

* Update release date

* Update release date

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: leahwicz <[email protected]>
  • Loading branch information
3 people authored Oct 12, 2022
1 parent e2e1541 commit dfb9926
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 116 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.3.0rc2
current_version = 1.3.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
3 changes: 0 additions & 3 deletions .changes/1.3.0-b1.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.3.0-rc2.md

This file was deleted.

6 changes: 4 additions & 2 deletions .changes/1.3.0-rc1.md → .changes/1.3.0.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## dbt-redshift 1.3.0-rc1 - September 28, 2022
## dbt-redshift 1.3.0 - October 12, 2022
### Features
- Add changie to dbt-redshift ([#151](https://github.com/dbt-labs/dbt-redshift/issues/151), [#152](https://github.com/dbt-labs/dbt-redshift/pull/152))
- Array macros ([#181](https://github.com/dbt-labs/dbt-redshift/issues/181), [#182](https://github.com/dbt-labs/dbt-redshift/pull/182))
- add type_boolean as data type macro ([#189](https://github.com/dbt-labs/dbt-redshift/issues/189), [#190](https://github.com/dbt-labs/dbt-redshift/pull/190))
- 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))
### Fixes
- Avoid truncating Redshift model names with more than 63 characters ([#5586](https://github.com/dbt-labs/dbt-redshift/issues/5586), [#147](https://github.com/dbt-labs/dbt-redshift/pull/147))
### Under the Hood
- Rename compiled_sql to compiled_code. ([#150](https://github.com/dbt-labs/dbt-redshift/issues/150), [#145](https://github.com/dbt-labs/dbt-redshift/pull/145))
- Add test for column precision changes ([#5351](https://github.com/dbt-labs/dbt-redshift/issues/5351), [#166](https://github.com/dbt-labs/dbt-redshift/pull/166))
- Configure more connection retries for CI tests ([#142](https://github.com/dbt-labs/dbt-redshift/issues/142), [#000](https://github.com/dbt-labs/dbt-redshift/pull/000))
- Add type ignores to mypy checks ([#185](https://github.com/dbt-labs/dbt-redshift/issues/185), [#186](https://github.com/dbt-labs/dbt-redshift/pull/186))
Expand All @@ -17,7 +19,7 @@

### Contributors
- [@Goodkat](https://github.com/Goodkat) ([#147](https://github.com/dbt-labs/dbt-redshift/pull/147))
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#186](https://github.com/dbt-labs/dbt-redshift/pull/186))
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#191](https://github.com/dbt-labs/dbt-redshift/pull/191), [#186](https://github.com/dbt-labs/dbt-redshift/pull/186))
- [@dbeatty10](https://github.com/dbeatty10) ([#182](https://github.com/dbt-labs/dbt-redshift/pull/182))
- [@epapineau](https://github.com/epapineau) ([#166](https://github.com/dbt-labs/dbt-redshift/pull/166))
- [@graciegoheen](https://github.com/graciegoheen) ([#182](https://github.com/dbt-labs/dbt-redshift/pull/182))
Expand Down
7 changes: 0 additions & 7 deletions .changes/1.3.0/Dependency-20220902-144636.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Dependency-20220902-150437.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Dependency-20220902-164150.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Dependency-20220920-200053.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Features-20220808-154918.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Features-20220912-223245.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Features-20220919-235003.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Fixes-20220808-154635.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Under the Hood-20220808-154422.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Under the Hood-20220812-151707.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Under the Hood-20220824-102919.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Under the Hood-20220913-143919.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Under the Hood-20220926-101606.yaml

This file was deleted.

15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@
- 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.3.0-rc2 - October 03, 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))

### Contributors
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#191](https://github.com/dbt-labs/dbt-redshift/pull/191))
## dbt-redshift 1.3.0-rc1 - September 28, 2022
## dbt-redshift 1.3.0 - October 12, 2022
### Features
- Add changie to dbt-redshift ([#151](https://github.com/dbt-labs/dbt-redshift/issues/151), [#152](https://github.com/dbt-labs/dbt-redshift/pull/152))
- Array macros ([#181](https://github.com/dbt-labs/dbt-redshift/issues/181), [#182](https://github.com/dbt-labs/dbt-redshift/pull/182))
- add type_boolean as data type macro ([#189](https://github.com/dbt-labs/dbt-redshift/issues/189), [#190](https://github.com/dbt-labs/dbt-redshift/pull/190))
- 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))
### Fixes
- Avoid truncating Redshift model names with more than 63 characters ([#5586](https://github.com/dbt-labs/dbt-redshift/issues/5586), [#147](https://github.com/dbt-labs/dbt-redshift/pull/147))
### Under the Hood
- Rename compiled_sql to compiled_code. ([#150](https://github.com/dbt-labs/dbt-redshift/issues/150), [#145](https://github.com/dbt-labs/dbt-redshift/pull/145))
- Add test for column precision changes ([#5351](https://github.com/dbt-labs/dbt-redshift/issues/5351), [#166](https://github.com/dbt-labs/dbt-redshift/pull/166))
- Configure more connection retries for CI tests ([#142](https://github.com/dbt-labs/dbt-redshift/issues/142), [#000](https://github.com/dbt-labs/dbt-redshift/pull/000))
- Add type ignores to mypy checks ([#185](https://github.com/dbt-labs/dbt-redshift/issues/185), [#186](https://github.com/dbt-labs/dbt-redshift/pull/186))
Expand All @@ -29,14 +25,11 @@

### Contributors
- [@Goodkat](https://github.com/Goodkat) ([#147](https://github.com/dbt-labs/dbt-redshift/pull/147))
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#186](https://github.com/dbt-labs/dbt-redshift/pull/186))
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#191](https://github.com/dbt-labs/dbt-redshift/pull/191), [#186](https://github.com/dbt-labs/dbt-redshift/pull/186))
- [@dbeatty10](https://github.com/dbeatty10) ([#182](https://github.com/dbt-labs/dbt-redshift/pull/182))
- [@epapineau](https://github.com/epapineau) ([#166](https://github.com/dbt-labs/dbt-redshift/pull/166))
- [@graciegoheen](https://github.com/graciegoheen) ([#182](https://github.com/dbt-labs/dbt-redshift/pull/182))
- [@jpmmcneill](https://github.com/jpmmcneill) ([#190](https://github.com/dbt-labs/dbt-redshift/pull/190))
## dbt-redshift 1.3.0-b1 - August 08, 2022
### Under the Hood
- Rename compiled_sql to compiled_code. ([#150](https://github.com/dbt-labs/dbt-redshift/issues/150), [#145](https://github.com/dbt-labs/dbt-redshift/pull/145))
## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.2](https://github.com/dbt-labs/dbt-redshift/blob/1.2.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.3.0rc2"
version = "1.3.0"
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.3.0rc2"
package_version = "1.3.0"
dbt_core_version = _get_dbt_core_version()
description = """The Redshift adapter plugin for dbt"""

Expand Down

0 comments on commit dfb9926

Please sign in to comment.