Skip to content

Commit 110b9eb

Browse files
committed
Release 0.4.6
Point release that removes stale worktrees in the push command.
1 parent 3994d70 commit 110b9eb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
version: 0.4.6
3+
date: Fri 21 Apr 2023 10:18:34 AM EST
4+
- Remove stale worktrees in the push command
5+
---
26
version: 0.4.5
37
date: Thu 22 Sep 2022 23:03:24 PM EST
48
- Add --file option

Meta

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=meta: 0.0.2
22

33
name: git-subrepo
4-
version: 0.4.5
4+
version: 0.4.6
55
abstract: Git Submodule Alternative
66
homepage: https://github.com/ingydotnet/git-subrepo#readme
77
license: MIT
8-
copyright: 2013-2022
8+
copyright: 2013-2023
99

1010
author:
1111
name: Ingy döt Net

lib/git-subrepo

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030
bash+:import :std can version-check
3131

3232

33-
VERSION=0.4.5
33+
VERSION=0.4.6
3434
REQUIRED_BASH_VERSION=4.0
3535
REQUIRED_GIT_VERSION=2.7.0
3636
GIT_TMP=$(git rev-parse --git-common-dir 2> /dev/null || echo .git)/tmp

0 commit comments

Comments
 (0)