Skip to content

Commit

Permalink
Release 1.3.1 (astronomer#793)
Browse files Browse the repository at this point in the history
**Bug fixes**

* Fix disable event tracking throwing error by @jbandoro in astronomer#784
* Fix support for string path for `LoadMode.DBT_LS_FILE` and docs by
@Flinz in astronomer#788
* Remove stack trace to disable unnecessary K8s error by @tatiana in
astronomer#790

**Others**

* Update examples to use the astro-runtime 10.0.0 by @RNHTTR in astronomer#777
* Docs: add missing imports for mwaa getting started by @Benjamin0313 in
astronomer#792
* Refactor common executor constructors with test coverage by @jbandoro
in astronomer#774
* pre-commit updates in astronomer#789
  • Loading branch information
tatiana authored and arojasb3 committed Jul 14, 2024
1 parent fc228b3 commit 140efb3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

1.3.1 (2023-01-10)
------------------

Bug fixes

* Fix disable event tracking throwing error by @jbandoro in #784
* Fix support for string path for ``LoadMode.DBT_LS_FILE`` and docs by @flinz in #788
* Remove stack trace to disable unnecessary K8s error by @tatiana in #790

Others

* Update examples to use the astro-runtime 10.0.0 by @RNHTTR in #777
* Docs: add missing imports for mwaa getting started by @Benjamin0313 in #792
* Refactor common executor constructors with test coverage by @jbandoro in #774
* pre-commit updates in #789


1.3.0 (2023-01-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Contains dags, task groups, and operators.
"""
__version__ = "1.3.0"
__version__ = "1.3.1"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit 140efb3

Please sign in to comment.