Skip to content

Commit

Permalink
Release 1.16.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Aug 20, 2024
1 parent e7aea44 commit 800c642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.6.0a7 (2024-08-16)
1.6.0a8 (2024-08-20)
--------------------

New Features
Expand All @@ -27,6 +27,7 @@ Bug fixes
* Fix empty tag in case of custom parser by @pankajastro in #1100
* Fix ``dbt deps`` of ``LoadMode.DBT_LS`` should use ``ProjectConfig.dbt_vars`` by @tatiana in #1114
* Fix import handling by lazy loading hooks introduced in PR #1109 by @dwreeves in #1132
* Fix Airflow 2.10 regression and add Airflow 2.10 in test matrix by @pankajastro in #1162

Docs

Expand All @@ -39,7 +40,7 @@ Others
* Install requirements.txt by default during dev env spin up by @@CorsettiS in #1099
* Remove ``DbtGraph.current_version`` dead code by @tatiana in #1111
* Disable test for Airflow-2.5 and Python-3.11 combination in CI by @pankajastro in #1124
* Pre-commit hook updates in #1074, #1113, #1125, #1144, #1154
* Pre-commit hook updates in #1074, #1113, #1125, #1144, #1154, #1167


1.5.1 (2024-07-17)
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.6.0a7"
__version__ = "1.6.0a8"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit 800c642

Please sign in to comment.