Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to new alpha #80

Merged
merged 4 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changes/0.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.8](https://github.com/dbt-labs/dbt-postgres/blob/1.8.latest/CHANGELOG.md)
9 changes: 0 additions & 9 deletions .changes/1.0.8-b3.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changes/1.8.0-b2.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changes/1.8.0-b5.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240328-133507.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240403-135902.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20240323-160222.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20240423-180916.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20240425-133401.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Security-20240327-193942.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Under the Hood-20240226-225642.yaml

This file was deleted.

38 changes: 3 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,6 @@ 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-b5 - April 29, 2024

### Features

* Debug log when `type_code` fails to convert to a `data_type`

### Fixes

* 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-b2 - April 03, 2024

### Under the Hood

* Add unit test for transaction semantics.

### Dependencies

* add "no-binary" install option
* Add `dbt-core` as a dependency to preserve backwards compatibility for installation

### Security

* 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
## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.8](https://github.com/dbt-labs/dbt-postgres/blob/1.8.latest/CHANGELOG.md)
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.9.0a1"
Loading