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 (#343)
Browse files Browse the repository at this point in the history
* bump tag

* add pr number
  • Loading branch information
enricozb authored Aug 25, 2021
1 parent 55d8f31 commit c63939b
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.15.8

- `fossa analyze --experimental-enable-monorepo` now turns off proprietary language scanning by default, and has this feature controlled by a feature flag ([#343](https://github.com/fossas/spectrometer/pull/343))

## v2.15.7

- Resolves an issue where errors running `fossa report` and `fossa test` would be made more confusing when the project isn't a monorepo project ([#321](https://github.com/fossas/spectrometer/pull/321))
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-08-12-8fff384"
WIGGINS_TAG="2021-08-24-cfbea25"
echo "Downloading wiggins binary"
echo "Using wiggins release: $WIGGINS_TAG"
WIGGINS_RELEASE_JSON=vendor/wiggins-release.json
Expand Down

0 comments on commit c63939b

Please sign in to comment.