Skip to content

Commit

Permalink
Release 0.4.9
Browse files Browse the repository at this point in the history
 - Revert Fix bash-completion due to not being compatible with Windows
  • Loading branch information
admorgan committed Jul 25, 2024
1 parent 8eacfe4 commit ea10886
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version: 0.4.9
date: Mon 25 Jul 2024 11:23:34 AM CST
- Revert Fix bash-completion due to not being compatible with Windows
---
version: 0.4.8
date: Mon 22 Jul 2024 07:40:00 AM CST
- Remove all subrepo refs with clean --force
Expand Down
2 changes: 1 addition & 1 deletion Meta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: git-subrepo
version: 0.4.8
version: 0.4.9
abstract: Git Submodule Alternative
homepage: https://github.com/ingydotnet/git-subrepo#readme
license: MIT
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.8
VERSION=0.4.9
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 ea10886

Please sign in to comment.