Skip to content

Commit

Permalink
reverting release generated pr to fix 1.0.8 to correct 1.0.0b3 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 authored Apr 17, 2024
1 parent 716d348 commit a7bbffc
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 26 deletions.
12 changes: 0 additions & 12 deletions .changes/1.0.8-b3.md

This file was deleted.

13 changes: 0 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +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-adapter 1.0.8-b3 - April 16, 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.8b3"
version = "1.0.0"

0 comments on commit a7bbffc

Please sign in to comment.