File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
0.0.5 (August 01, 2018)
2
10
=======================
3
11
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ echo $( printf "%${#HEADER}s" | tr " " "=" ) >> newchanges
25
25
echo " " >> newchanges
26
26
27
27
# 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
29
29
echo " " >> newchanges
30
30
echo " " >> newchanges
31
31
You can’t perform that action at this time.
0 commit comments