Skip to content

Commit

Permalink
Manual version bump (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Apr 3, 2024
1 parent 0b70805 commit 336d592
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .changes/1.8.0-b2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 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`
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,17 @@ 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-b2 - April 03, 2024

No releases yet, this file will be updated when generating your first release.
### 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`
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.0b1"
version = "1.8.0b2"

0 comments on commit 336d592

Please sign in to comment.