Skip to content

Commit c66c860

Browse files
committed
Update Changelog and alpha bump
1 parent 306d2d2 commit c66c860

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Changelog
77
Bug Fixes
88

99
* Fix ``ExecutionMode.WATCHER`` producer retry behaviour by @tatiana in #2559
10-
* Prevent watcher producer skip propagating to downstream tasks via gateway task by @johnhoran @tatiana in #2597
10+
* Prevent watcher producer skip propagating to downstream tasks via gateway task by @johnhoran and @tatiana in #2597
1111
* Keep watcher sensor polling when producer is still running by @pankajkoti in #2592
1212
* Fix circular import error in Cosmos plugin discovery under Astro Runtime by @tatiana in #2538
1313
* Fix ``CosmosRichLogger`` crash on ``None`` log message by @tatiana in #2540
@@ -22,6 +22,8 @@ Docs
2222

2323
* Update watcher test behavior docs for Cosmos 1.14.0 by @tatiana in #2549
2424
* Add redirect for moved partial-parsing docs page by @tatiana in #2550
25+
* Document ``ExecutionMode.WATCHER`` and ``depends_on_past`` limitation by @tatiana in #2602
26+
* Restore memory-optimised imports docs for Cosmos < 1.14.0 by @pankajkoti in #2604
2527

2628
Others
2729

@@ -31,6 +33,7 @@ Others
3133
* Fix dbt Fusion broken integration tests by @tatiana in #2581
3234
* Fix flaky ``cosmos_manifest_selectors_example`` DAG in CI by @pankajkoti in #2593
3335
* Reduce pre-commit autoupdate frequency PRs by @tatiana in #2544
36+
* Bump ``reviewdog/action-actionlint`` from 1.71.0 to 1.72.0 by @dependabot in #2542
3437

3538
1.14.0 (2026-04-07)
3639
---------------------

cosmos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import importlib
1212

13-
__version__ = "1.14.1"
13+
__version__ = "1.14.1a4"
1414

1515

1616
# Mapping of public names to their module paths for lazy loading via __getattr__.

0 commit comments

Comments
 (0)