Skip to content

Commit a04d8c2

Browse files
committed
Release 0.4.1
Update version numbers and changelog
1 parent cb590c0 commit a04d8c2

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

Changes

+23
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
---
2+
version: 0.4.1
3+
date: Thu Jan 9 17:11:21 CST 2020
4+
- Fix Bash version error messages and add to .rc
5+
- Nicer YAML formatting in .travis.yml
6+
- Wrap a long line
7+
- Update the docs
8+
- Force `make update` to always update docs
9+
- Don't use XXX in perl stuff
10+
- Add testing on MacOS
11+
- Remove conflicting -C from install -d commands.
12+
- Update version requirement documentation
13+
- Correct error message in branch
14+
- Use topo-order in subrepo branch
15+
- Make “git subrepo clean -f ...” delete refs correctly
16+
- Fix #410 Push empty repositories with recent git versions
17+
- Make subrepo work when run in a worktree
18+
- Simplify finding subrepos
19+
- Ask git to find the .gitrepo files
20+
- Doc: fix sentence repetition
21+
- Fix typos
22+
- Fixed typo
23+
- Travis CI not checking out a branch.
24+
---
225
version: 0.4.0
326
date: Thu Nov 8 12:26:38 CET 2018
427
changes:

Meta

+3-3
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.0
4+
version: 0.4.1
55
abstract: Git Submodule Alternative
66
homepage: https://github.com/ingydotnet/git-subrepo#readme
77
license: MIT
@@ -16,8 +16,8 @@ author:
1616
homepage: http://ingy.net
1717

1818
requires:
19-
bash: 3.2.0
20-
git: 1.7.0
19+
bash: 4.0.0
20+
git: 2.7.0
2121
test:
2222
cmd: make test
2323
install: make install

lib/git-subrepo

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else
2626
fi
2727
bash+:import :std can
2828

29-
VERSION=0.4.0
29+
VERSION=0.4.1
3030
REQUIRED_GIT_VERSION=2.7.0
3131
GIT_TMP="$(git rev-parse --git-common-dir 2> /dev/null || echo .git)/tmp"
3232

0 commit comments

Comments
 (0)