Releases: microsoft/component-detection
Releases · microsoft/component-detection
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)
v1.0.13
v1.0.12
⚙️ Changes
- ci: azure devops requires a source to be configured by @JamieMagee (#65)
- Handle duplicate DiffId docker image layers by @cobya (#64)
- Support renamed dependencies in Cargo.toml by @tofay (#46)
📝 Documentation
🧰 Maintenance
- refactor: remove unused usings by @JamieMagee (#63)
- refactor: use collection’s count property by @JamieMagee (#62)
v1.0.11
⚙️ Changes
🚀 New Features
- Added author detection for Npm and Nuget Component by @bhansalirushabh (#51)
🐛 Bug Fixes
- Fix Pypi Dev version parsing by @grvillic (#57)
- Minor fixes in NpmComponentDetector. by @bhansalirushabh (#55)
🧰 Maintenance
- ci: upload precompiled binaries to releases by @JamieMagee (#37)
- ci: replace verification repository by @JamieMagee (#45)