Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
- Update CHANGELOG.md
- Update the version
  • Loading branch information
utkarsharma2 committed Jul 5, 2022
1 parent 6188d4f commit be6280d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Changelog

## 0.11.0

Feature:
* Added Cleanup operator to clean temporary tables [#187](https://github.com/astronomer/astro-sdk/issues/187) [#436](https://github.com/astronomer/astro-sdk/issues/436)

Internals:
* Added a Pull Request template [#205](https://github.com/astronomer/astro-sdk/issues/205)
* Added sphinx documentation for readthedocs [#276](https://github.com/astronomer/astro-sdk/issues/276) [#472](https://github.com/astronomer/astro-sdk/issues/472)

Enhancement:
* Fail LoadFile operator when input_file does not exist [#467](https://github.com/astronomer/astro-sdk/issues/467)
* Create scripts to launch benchmark testing to Google cloud [#432](https://github.com/astronomer/astro-sdk/pull/496)
* Bump Google Provider for google extra [#294](https://github.com/astronomer/astro-sdk/pull/294)


## 0.10.0

Feature:
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.10.0"
__version__ = "0.11.0"


# The following line is an import work-around to avoid raising a circular dependency issue related to `create_database`
Expand Down

0 comments on commit be6280d

Please sign in to comment.