Skip to content

Commit d5da609

Browse files
committed
Release 1.8.1
1 parent 050ecd4 commit d5da609

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
Changelog
22
=========
33

4-
1.8.1a1 (2024-12-23)
4+
1.8.1 (2024-12-30)
55
--------------------
66

77
Bug Fixes
88

9+
* Fix rendering dbt tests with multiple parents by @tatiana in #1433
910
* Add ``kwargs`` param in DocsOperator method ``upload_to_cloud_storage`` by @pankajastro in #1422
1011

12+
Docs
13+
14+
* Improve OpenLineage documentation by @tatiana in #1431
15+
16+
Others
17+
18+
* Enable Docs DAG in CI leveraging existing CI connections by @pankajkoti in 1428
19+
* Install providers with airflow by @pankajkoti in #1432
20+
* Remove unused docs dependency by @pankajastro in #1414
21+
* Pre-commit hook updates in #1424
22+
23+
1124
1.8.0 (2024-12-20)
1225
--------------------
1326

cosmos/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Contains dags, task groups, and operators.
77
"""
88

9-
__version__ = "1.8.1a1"
9+
__version__ = "1.8.1"
1010

1111

1212
from cosmos.airflow.dag import DbtDag

0 commit comments

Comments
 (0)