diff --git a/Changes b/Changes index 47a00ed7..61ece692 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ --- +version: 0.4.6 +date: Fri 21 Apr 2023 10:18:34 AM EST +- Remove stale worktrees in the push command +--- version: 0.4.5 date: Thu 22 Sep 2022 23:03:24 PM EST - Add --file option diff --git a/Meta b/Meta index 2316aa47..babc4e70 100644 --- a/Meta +++ b/Meta @@ -1,11 +1,11 @@ =meta: 0.0.2 name: git-subrepo -version: 0.4.5 +version: 0.4.6 abstract: Git Submodule Alternative homepage: https://github.com/ingydotnet/git-subrepo#readme license: MIT -copyright: 2013-2022 +copyright: 2013-2023 author: name: Ingy döt Net diff --git a/lib/git-subrepo b/lib/git-subrepo index 4dca7121..a6d5d96a 100755 --- a/lib/git-subrepo +++ b/lib/git-subrepo @@ -30,7 +30,7 @@ fi bash+:import :std can version-check -VERSION=0.4.5 +VERSION=0.4.6 REQUIRED_BASH_VERSION=4.0 REQUIRED_GIT_VERSION=2.7.0 GIT_TMP=$(git rev-parse --git-common-dir 2> /dev/null || echo .git)/tmp