Skip to content

Commit 8beeea1

Browse files
authored
Prepare for 0.7.2 release. (#420)
1 parent f7a7315 commit 8beeea1

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

.versions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"0.2.6": "Ordering of probseg maps was incorrect.",
1010
"0.2.7": "Ordering of probseg maps was incorrect.",
1111
"0.2.8": "Ordering of probseg maps was incorrect.",
12-
"0.7.0": "Broken entrypoint for Docker/Apptainer."
12+
"0.6.0": "GIFTI outputs not separated by hemisphere.",
13+
"0.7.0": "Broken entrypoint for Docker/Apptainer. GIFTI outputs not separated by hemisphere.",
14+
"0.7.1": "GIFTI outputs not separated by hemisphere."
1315
}
1416
}

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.7.2
2+
3+
A patch release to fix GIFTI outputs.
4+
5+
### 🐛 Bug Fixes
6+
7+
* Split giftis by hemisphere by @tsalo in https://github.com/PennLINC/aslprep/pull/419
8+
9+
**Full Changelog**: https://github.com/PennLINC/aslprep/compare/0.7.1...0.7.2
10+
11+
12+
## 0.7.1
13+
14+
A hotfix release following 0.7.0.
15+
16+
### 🐛 Bug Fixes
17+
18+
* Fix the entrypoint path in the Dockerfile by @tsalo in https://github.com/PennLINC/aslprep/pull/413
19+
20+
**Full Changelog**: https://github.com/PennLINC/aslprep/compare/0.7.0...0.7.1
21+
22+
123
## 0.7.0
224

325
### 🛠 Breaking Changes

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ keywords:
124124
- BIDS-App
125125
- Neuroimaging
126126
license: BSD-3-Clause
127-
version: 0.7.0
128-
date-released: '2024-05-09'
127+
version: 0.7.2
128+
date-released: '2024-06-03'

0 commit comments

Comments
 (0)