Releases: guardrailsio/guardrails-cli
Releases · guardrailsio/guardrails-cli
v0.2.0
What's Changed
- add url parser and test for git remote url parser by @wahyudibo in #15
- rename release binary to guardrails instead of guardrails-cli by @wahyudibo in #17
- Fix codecov by @gr-ben in #16
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- GuardRails CLI MVP by @wahyudibo in #1
- initial unit & integration test by @wahyudibo in #3
- address feedback from mvp review by @wahyudibo in #4
- change compress type from zip to tar.gz by @wahyudibo in #5
- address performance improvement feedback from GuardRails team by @wahyudibo in #7
- parse git urls where the hostname contains a hyphen character by @HenrikAlexisNilsson in #11
- parse git urls where the hostname doesn't contain a domain name by @HenrikAlexisNilsson in #10
- change CVSS score type from int to float by @HenrikAlexisNilsson in #9
- parse git urls for Bitbucket DC by @HenrikAlexisNilsson in #12
- add option to disable tls verification by @HenrikAlexisNilsson in #8
- Add github action and improve Readme by @wahyudibo in #6
- Address feedback from guard rails team 2 by @wahyudibo in #14
New Contributors
- @HenrikAlexisNilsson made their first contribution in #11
Full Changelog: https://github.com/guardrailsio/guardrails-cli/commits/v0.1.0