Skip to content

Commit

Permalink
Updated version number and changelog. (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf-firebolt authored Mar 22, 2022
1 parent 2d4040f commit 839e12d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v.1.0.3

### Under the hood

- Dev requirements are now in setup.cfg and not dev-requirements.txt.
- dbt-firebolt now requires firebolt-sdk v.0.6 to allow for SET variables to be set in pre-hooks.

## v.1.0.2

### Under the hood
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/firebolt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dbt.adapters.firebolt.impl import FireboltAdapter
from dbt.include import firebolt

__version__ = '1.0.2'
__version__ = '1.0.3'

Plugin = AdapterPlugin(
adapter=FireboltAdapter,
Expand Down

0 comments on commit 839e12d

Please sign in to comment.