Skip to content

Commit

Permalink
manually run release commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed May 1, 2024
1 parent d379e9e commit 4a1448d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .changes/1.8.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## dbt-postgres 1.8.0-rc1 - May 01, 2024
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-postgres 1.8.0-rc1 - May 01, 2024

## dbt-postgres 1.8.0-b5 - April 29, 2024

### Features
Expand All @@ -16,6 +18,17 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
* remove materialized views from renambeable relation and remove a quote
* Replace usage of `Set` with `List` to fix issue with index updates intermittently happening out of order

## dbt-postgres 1.8.0-b3 - April 16, 2024

### Fixes

* Determine `psycopg2` based on `platform_system` (Linux or other), remove usage of `DBT_PSYCOPG2_NAME` environment variable

### Under the Hood

* Update dependabot configuration to cover GHA


## dbt-postgres 1.8.0-b2 - April 03, 2024

### Under the Hood
Expand All @@ -31,12 +44,3 @@ and is generated by [Changie](https://github.com/miniscruff/changie).

* Pin `black>=24.3` in `pyproject.toml`

## dbt-postgres 1.0.8-b3 - April 16, 2024

### Fixes

* Determine `psycopg2` based on `platform_system` (Linux or other), remove usage of `DBT_PSYCOPG2_NAME` environment variable

### Under the Hood

* Update dependabot configuration to cover GHA
2 changes: 1 addition & 1 deletion dbt/adapters/postgres/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.0b5"
version = "1.8.0rc1"

0 comments on commit 4a1448d

Please sign in to comment.