Releases: DeepSourceCorp/cli
Releases · DeepSourceCorp/cli
v0.8.6
What's Changed
- Upgrade Go version.
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- chore: update dependencies
v0.8.4
What's Changed
- fix: homebrew release with multiple archives and same os/arch by @aseem-deepsource in #235
Full Changelog: v0.8.3...v0.8.4
v0.8.2
v0.7.2
v0.7.1
v0.6.0
Changelog
- bcf7667 Add VictoriaMOtus to contributors (#208)
- 112efec Docs: Fix CLI Docs Link on README.md (#207)
- 2263517 Fix quotation in newline for CLA (#211)
- 8318f4f Update contributors (#205)
- 3fb5432 chore: add prajwal-deepsource to contributors (#210)
- 262fa2e chore: change homebrew tap organization to DeepSourceCorp (#220)
- a71a734 chore: enable cgo in goreleaser (#215)
- 460b10c feat: Whitelist keys for Swift and Kotlin (#212)
- 4841c3e feat: compress coverage artifact before reporting (#204)
- 25e3283 fix: add
.release-env
to .gitignore (#219) - ff0b43a fix: fix goreleaser pipeline for CGO enabled builds (#216)
- e469207 fix: fix release env vars append (#218)
- 873fd33 fix: remove deprecated field from goreleaser file (#213)
v0.5.3
Fixes / Changes
- Add logic for key validation in report subcommand by @subham-deepsource in #201
Other changes
- Use CLI itself for test coverage reporting by @tushar-deepsource in #202
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.0
What's Changed
- feat: provide Homebrew completions for subcommands
- chore: add
--skip-verify
flag todeepsource report
command to skip SSL certificates verification while reporting test coverage - Remove the artifact upload limit on the client