From d84778ffd5f51a5cdafa3e914f5bf93188255e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gasto=CC=81n=20Tulipani?= Date: Thu, 21 Oct 2021 12:49:25 -0300 Subject: [PATCH 1/2] 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..1111c5547 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Spectrometer Changelog +## v2.17.3 + + - Monorepo: Optimization during Scan to avoid passing the whole file content through the code. ([#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 From 8dfddf7354321731817f1ab077e60b6e82be428f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gasto=CC=81n=20Tulipani?= Date: Thu, 21 Oct 2021 14:24:29 -0300 Subject: [PATCH 2/2] Making Changelog message more clear and with a sentence format --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1111c5547..d897d4981 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ ## v2.17.3 - - Monorepo: Optimization during Scan to avoid passing the whole file content through the code. ([#402](https://github.com/fossas/spectrometer/pull/402)) + - 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