From 23a4d368c738241c9964f9f21a8478460ea20366 Mon Sep 17 00:00:00 2001 From: lu0 Date: Thu, 1 Jun 2023 07:59:36 -0600 Subject: [PATCH] Prepare for release v.1.1.3 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .pre-commit-config.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 64816e9..bab66d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -37,7 +37,7 @@ If applicable, add screenshots to help explain your problem. - Git wrapper: i.e. None or [git-worktree-wrapper](https://github.com/lu0/git-worktree-wrapper) - Shell: i.e. Bash 5.0.16 - Airflow version: i.e. 2.2.5 - - Repository version: i.e. v1.1.2 or commit hash + - Repository version: i.e. v1.1.3 or commit hash **Additional context** diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56bf3f8..f97bfc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: # Showcase for this repo's hook - repo: https://github.com/lu0/git-worktree-airflow - rev: v1.1.2 + rev: v1.1.3 hooks: - id: airflow-worktree name: Update .airflowignore to load DAGs from worktree diff --git a/README.md b/README.md index 27416a7..02a260c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Activate this post-checkout hook by adding it to your `.pre-commit-config.yaml`: ```sh repos: - repo: https://github.com/lu0/git-worktree-airflow - rev: v1.1.2 + rev: v1.1.3 hooks: - id: airflow-worktree name: Update .airflowignore to load DAGs from worktree