Skip to content

Commit ea10886

Browse files
committed
Release 0.4.9
- Revert Fix bash-completion due to not being compatible with Windows
1 parent 8eacfe4 commit ea10886

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
version: 0.4.9
2+
date: Mon 25 Jul 2024 11:23:34 AM CST
3+
- Revert Fix bash-completion due to not being compatible with Windows
4+
---
15
version: 0.4.8
26
date: Mon 22 Jul 2024 07:40:00 AM CST
37
- Remove all subrepo refs with clean --force

Meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=meta: 0.0.2
22

33
name: git-subrepo
4-
version: 0.4.8
4+
version: 0.4.9
55
abstract: Git Submodule Alternative
66
homepage: https://github.com/ingydotnet/git-subrepo#readme
77
license: MIT

lib/git-subrepo

Lines changed: 1 addition & 1 deletion
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.8
33+
VERSION=0.4.9
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)