Skip to content

Commit 39e4092

Browse files
authored
Merge pull request #62 from effigies/rel/0.0.6
REL: 0.0.6
2 parents cceba1a + 8aadebd commit 39e4092

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.0.6 (August 06, 2018)
2+
=======================
3+
4+
Hotfix release.
5+
6+
* FIX: Explicitly create working directory (https://github.com/poldracklab/fitlins/pull/61)
7+
8+
19
0.0.5 (August 01, 2018)
210
=======================
311

tools/update_changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo $( printf "%${#HEADER}s" | tr " " "=" ) >> newchanges
2525
echo "" >> newchanges
2626

2727
# Search for PRs since previous release
28-
git log --grep="Merge pull request" `git describe --tags --abbrev=0`..HEAD --pretty='format: * %b %s' | sed 's+Merge pull request \#\([^\d]*\)\ from\ .*+(https://github.com/poldracklab/fitlins/pull/\1)+' >> newchanges
28+
git log --grep="Merge pull request" `git describe --tags --abbrev=0`..HEAD --pretty='format:* %b %s' | sed 's+Merge pull request \#\([^\d]*\)\ from\ .*+(https://github.com/poldracklab/fitlins/pull/\1)+' >> newchanges
2929
echo "" >> newchanges
3030
echo "" >> newchanges
3131

0 commit comments

Comments
 (0)