Skip to content

Commit 31e7d0b

Browse files
committed
Release 0.4.2
Update version numbers and changelog
1 parent b8b7b7f commit 31e7d0b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Changes

+20
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
---
2+
version: 0.4.2
3+
date: Tue Nov 17 14:10:10 CST 2020
4+
- Covert to GitHub Actions for testing
5+
- Add docker support to test multiple git/bash versions together
6+
- Require Bash 4.0+
7+
- Use shellcheck as linter and address issues discovered
8+
- Discovered bug in git where @ is not a valid workspace name
9+
- Add --force command to subrepo pull
10+
- Now works with paths that contain spaces
11+
- Numerous documentation fixes
12+
- When two branches pointed to the same commit, we would
13+
sometimes pick the wrong branch.
14+
- ZSH completion fixes
15+
- Allow tests to run outside a git repo
16+
- Would not work if a different date format was set in git config
17+
- Address delay in filter-branch on newer versions of git
18+
- Display the git merge message on merge failure
19+
- Allow FISH integration on MacOS.
20+
- Add manpage support for FISH shell
21+
---
222
version: 0.4.1
323
date: Thu Jan 9 17:11:21 CST 2020
424
- Fix Bash version error messages and add to .rc

Meta

+1-1
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.1
4+
version: 0.4.2
55
abstract: Git Submodule Alternative
66
homepage: https://github.com/ingydotnet/git-subrepo#readme
77
license: MIT

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.1
33+
VERSION=0.4.2
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)