From 6beb9720ba5c652a8f62ecd3425fd1b39d1ddefa Mon Sep 17 00:00:00 2001 From: Austin Morgan Date: Tue, 17 Nov 2020 14:31:33 -0600 Subject: [PATCH] Release 0.4.2 Update version numbers and changelog --- Changes | 20 ++++++++++++++++++++ Meta | 2 +- lib/git-subrepo | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 18c4f740..f6f811a9 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,24 @@ --- +version: 0.4.2 +date: Tue Nov 17 14:10:10 CST 2020 +- Covert to GitHub Actions for testing +- Add docker support to test multiple git/bash versions together +- Require Bash 4.0+ +- Use shellcheck as linter and address issues discovered +- Discovered bug in git where @ is not a valid workspace name +- Add --force command to subrepo pull +- Now works with paths that contain spaces +- Numerous documentation fixes +- When two branches pointed to the same commit, we would + sometimes pick the wrong branch. +- ZSH completion fixes +- Allow tests to run outside a git repo +- Would not work if a different date format was set in git config +- Address delay in filter-branch on newer versions of git +- Display the git merge message on merge failure +- Allow FISH integration on MacOS. +- Add manpage support for FISH shell +--- version: 0.4.1 date: Thu Jan 9 17:11:21 CST 2020 - Fix Bash version error messages and add to .rc diff --git a/Meta b/Meta index 73b7d997..a5bf4c1f 100644 --- a/Meta +++ b/Meta @@ -1,7 +1,7 @@ =meta: 0.0.2 name: git-subrepo -version: 0.4.1 +version: 0.4.2 abstract: Git Submodule Alternative homepage: https://github.com/ingydotnet/git-subrepo#readme license: MIT diff --git a/lib/git-subrepo b/lib/git-subrepo index 33885ea6..0866bc63 100755 --- a/lib/git-subrepo +++ b/lib/git-subrepo @@ -30,7 +30,7 @@ fi bash+:import :std can version-check -VERSION=0.4.1 +VERSION=0.4.2 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