Skip to content

Commit

Permalink
Release 0.8.2 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsharma2 authored Apr 21, 2022
1 parent 54f772c commit 6725be3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.8.2

Bug fix:
* Support dataframes from different databases in dataframe operator [#325](https://github.com/astro-projects/astro/pull/325)

Enhancements:
* Add integration testcase for `SqlDecoratedOperator` to test execution of Raw SQL [#316](https://github.com/astro-projects/astro/pull/316)

## 0.8.1

Bug fix:
Expand Down
2 changes: 1 addition & 1 deletion src/astro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A decorator that allows users to run SQL queries natively in Airflow."""

__version__ = "0.8.1"
__version__ = "0.8.2"

from astro.dataframe import dataframe # noqa: F401

Expand Down

0 comments on commit 6725be3

Please sign in to comment.