Skip to content

v2.0.0

Compare
Choose a tag to compare
@lu0 lu0 released this 18 Feb 18:40
8398a2f

What's Changed

New Features

  • Support for Nested Worktrees: The hook now handles nested worktrees, making it easier to manage Airflow DAGs in complex bare-repo setups.

Deprecations

  • Stopped Ignoring Non-Worktree folders: Changed how the .airflowignore file gets created to support nested worktrees better. The old method, which had the side effect of ignoring first-level non-worktree folders, is gone.

Other Changes

  • Code Clean-Up: Made the script simpler and removed parts that weren't needed.