From 8beeea11fb22931489f200a593902b086782713c Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 3 Jun 2024 19:34:14 -0400 Subject: [PATCH] Prepare for 0.7.2 release. (#420) --- .versions.json | 4 +++- CHANGES.md | 22 ++++++++++++++++++++++ CITATION.cff | 4 ++-- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.versions.json b/.versions.json index 36ef1708a..fccdbf60c 100644 --- a/.versions.json +++ b/.versions.json @@ -9,6 +9,8 @@ "0.2.6": "Ordering of probseg maps was incorrect.", "0.2.7": "Ordering of probseg maps was incorrect.", "0.2.8": "Ordering of probseg maps was incorrect.", - "0.7.0": "Broken entrypoint for Docker/Apptainer." + "0.6.0": "GIFTI outputs not separated by hemisphere.", + "0.7.0": "Broken entrypoint for Docker/Apptainer. GIFTI outputs not separated by hemisphere.", + "0.7.1": "GIFTI outputs not separated by hemisphere." } } diff --git a/CHANGES.md b/CHANGES.md index 3b7706c49..a42c7aeb2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,25 @@ +## 0.7.2 + +A patch release to fix GIFTI outputs. + +### 🐛 Bug Fixes + +* Split giftis by hemisphere by @tsalo in https://github.com/PennLINC/aslprep/pull/419 + +**Full Changelog**: https://github.com/PennLINC/aslprep/compare/0.7.1...0.7.2 + + +## 0.7.1 + +A hotfix release following 0.7.0. + +### 🐛 Bug Fixes + +* Fix the entrypoint path in the Dockerfile by @tsalo in https://github.com/PennLINC/aslprep/pull/413 + +**Full Changelog**: https://github.com/PennLINC/aslprep/compare/0.7.0...0.7.1 + + ## 0.7.0 ### 🛠 Breaking Changes diff --git a/CITATION.cff b/CITATION.cff index 8affe7c5b..3ad3d35f4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -124,5 +124,5 @@ keywords: - BIDS-App - Neuroimaging license: BSD-3-Clause -version: 0.7.0 -date-released: '2024-05-09' +version: 0.7.2 +date-released: '2024-06-03'