Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Bump Wiggins Tag: Optimization in Indexers during scan (#402)
Browse files Browse the repository at this point in the history
* Bumping wiggins tag to 2021-10-21-8eb009f
  • Loading branch information
Gastón Ariel Tulipani authored Oct 21, 2021
1 parent 0cdb78f commit 425e6c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion vendor_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 425e6c9

Please sign in to comment.