Skip to content

Commit

Permalink
Bumping version to 1.0.0b2 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Mar 26, 2024
1 parent 1c137ee commit f7b5340
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changes/1.0.0-b2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## dbt-adapter 1.0.0-b2 - March 26, 2024

### Fixes

* Add field wrapper to BaseRelation members that were missing it.
* Add "description" and "meta" fields to RelationConfig protocol

### Under the Hood

* Lazy load agate to improve dbt-core performance
* add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-adapter 1.8.0-a2 - February 28, 2024

## dbt-adapter 1.0.0-b2 - March 26, 2024

### Fixes

* Add field wrapper to BaseRelation members that were missing it.
* Add "description" and "meta" fields to RelationConfig protocol

### Under the Hood

* Lazy load agate to improve dbt-core performance
* add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS

## dbt-adapter 1.0.0-b1 - February 27, 2024

## dbt-adapter 0.1.0-a8 - February 22, 2024
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.0.0b1"
version = "1.0.0b2"

0 comments on commit f7b5340

Please sign in to comment.