Skip to content

Commit

Permalink
Release 0.4.6
Browse files Browse the repository at this point in the history
Point release that removes stale worktrees in the push command.
  • Loading branch information
admorgan committed Apr 21, 2023
1 parent 3994d70 commit 110b9eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Meta
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/git-subrepo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 110b9eb

Please sign in to comment.