From 425e6c9426b8da8716e566f4ea0c11216672c025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Ariel=20Tulipani?= Date: Thu, 21 Oct 2021 16:10:16 -0300 Subject: [PATCH] Bump Wiggins Tag: Optimization in Indexers during scan (#402) * Bumping wiggins tag to 2021-10-21-8eb009f --- Changelog.md | 4 ++++ vendor_download.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f74982f7b..d897d4981 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Spectrometer Changelog +## v2.17.3 + + - Monorepo: adds some optimizations to reduce the amount of file buffering in memory during a scan, resulting in less memory pressure and faster scans. ([#402](https://github.com/fossas/spectrometer/pull/402)) + ## v2.17.2 - Fortran: Supports fortran package manager. ([#377](https://github.com/fossas/spectrometer/pull/377)) diff --git a/vendor_download.sh b/vendor_download.sh index 035581aa7..a5bb8a8df 100755 --- a/vendor_download.sh +++ b/vendor_download.sh @@ -45,7 +45,7 @@ esac TAG="latest" echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'" -WIGGINS_TAG="2021-10-14-943957b" +WIGGINS_TAG="2021-10-21-8eb009f" echo "Downloading wiggins binary" echo "Using wiggins release: $WIGGINS_TAG" WIGGINS_RELEASE_JSON=vendor/wiggins-release.json