Releases: microsoft/component-detection
Releases · microsoft/component-detection
v1.1.6
⚙️ Changes
- Enable GoCliDetector by default. Using env variable 'DisableGoCliDetector=true" to manually disable GoCliDetector. by @RushabhBhansali (#113)
v1.1.5
v1.1.4
v1.1.3
🐛 Bug Fixes
🧰 Maintenance
- Bump shogo82148/actions-upload-release-asset from 1.6.1 to 1.6.2 by @dependabot (#101)
- Bump actions/upload-artifact from 2 to 3 by @dependabot (#99)
v1.1.2
⚙️ Changes
- Bug Fix: While parsing maven scope, discard left-over string if present. by @RushabhBhansali (#96)
v1.1.1
⚙️ Changes
- Added dependencyScope detection for maven components by @rbhansali1991 (#87)
- chore: enable dependabot for github-actions by @JamieMagee (#86)
- Fix Vcpkg test by @grvillic (#91)
- refactor(linux): use a smaller image to test base image annotations by @JamieMagee (#90)
🧰 Maintenance
- Bump shogo82148/actions-upload-release-asset from 1.4.0 to 1.6.1 by @dependabot (#94)
- Bump actions/github-script from 5.0.0 to 6 by @dependabot (#92)
- Bump actions/checkout from 2.3.2 to 3 by @dependabot (#93)
- Bump actions/setup-dotnet from 1 to 2 by @dependabot (#95)
v1.1.0
⚙️ Changes
🚀 New Features
- Initial implementation of VcpkgDetector and VcpkgComponent by @ras0219-msft (#52)
v1.0.15
v1.0.14
⚙️ Changes
- docs: document environment variables by @JamieMagee (#84)
- Normalize Podfile.lock Git Uris to support git@ by @cobya (#78)
- fix: log a warning when duplicate components are found in a yarn.lock by @JamieMagee (#77)