From 021bd10b57e01f1ff62b7ecdb0005abba892f5d4 Mon Sep 17 00:00:00 2001 From: "Stephen R. Aylward" Date: Mon, 8 Aug 2022 19:46:57 -0400 Subject: [PATCH] ENH: Bump MinimalPathExtraction module to v1.2.2 (#3535) * ENH: Bump MinimalPathExtraction module to v1.2.2 # Changes * COMP: Remove inclusion of .hxx files as headers by @hjmjohnson in * https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction/pull/86 * COMP: Modules need updated version of ITK by @hjmjohnson in * https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction/pull/87 * BUG: Set FastMarching targets prior to reach mode by @aylward in * https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction/pull/90 * ENH: Bump ITK and replace http with https using script by @tbirdso in * https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction/pull/89 * ENH: Update Python package for itk-5.3rc4 by @thewtex in * https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction/pull/88 * ENH: Bump ITK to v5.3rc04(.post2) by @aylward in * https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction/pull/93 * @tbirdso made their first contribution in * https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction/pull/89 **Full Changelog**: https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction/compare/v1.2.0...v1.2.1 * ENH: Bump MinimalPathExtraction to v1.2.2 v1.2.1 had a minor bug that would have prevented it from correctly resolving future versions of ITK See https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction/releases/tag/v1.2.2 --- Modules/Remote/MinimalPathExtraction.remote.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Remote/MinimalPathExtraction.remote.cmake b/Modules/Remote/MinimalPathExtraction.remote.cmake index 4dfe9db4f43..0077c6700d6 100644 --- a/Modules/Remote/MinimalPathExtraction.remote.cmake +++ b/Modules/Remote/MinimalPathExtraction.remote.cmake @@ -47,5 +47,5 @@ itk_fetch_module(MinimalPathExtraction " MODULE_COMPLIANCE_LEVEL 2 GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction.git - GIT_TAG 72ef4ad37a341f6c5f1b0fe1c10e454a27980309 + GIT_TAG v1.2.2 )