Skip to content

Commit

Permalink
Bumping version to 1.1.0rc1 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Apr 17, 2024
1 parent a7bbffc commit ca1974e
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changes/1.1.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## dbt-adapter 1.1.0-rc1 - April 17, 2024

### Features

* Debug log when `type_code` fails to convert to a `data_type`
* Introduce TableLastModifiedMetadataBatch and implement BaseAdapter.calculate_freshness_from_metadata_batch
* Support for sql fixtures in unit testing

### Under the Hood

* Add the option to set the log level of the AdapterRegistered event
* Update dependabot config to cover GHA
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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-adapter 1.1.0-rc1 - April 17, 2024

### Features

* Debug log when `type_code` fails to convert to a `data_type`
* Introduce TableLastModifiedMetadataBatch and implement BaseAdapter.calculate_freshness_from_metadata_batch
* Support for sql fixtures in unit testing

### Under the Hood

* Add the option to set the log level of the AdapterRegistered event
* Update dependabot config to cover GHA

## dbt-adapter 1.0.0 - April 01, 2024

### Fixes
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.0"
version = "1.1.0rc1"

0 comments on commit ca1974e

Please sign in to comment.