0.54.0
What's Changed
Features
- [gomod] Introduce support for artifact registry proxy by @a-ovchinnikov in #1575
- [logging] Support colored output with
--color/--no-colorCLI options andFORCE_COLOR/NO_COLORenv variables by @MartinBasti in #1563
Bug fixes
- [pip] Fix support for git dependencies in Rust extensions by merging all individual cargo config files to a single global
.cargo/config.tomlby @slimreaper35 in #1574 - [pip] Reject VCS deps in hash-locked requirements with clear error by @ST3V1K in #1602
- [gomod] Include VCS URL info for local module replacements in the SBOM by @a-ovchinnikov in #1575
Misc
- Dependencies update
Full Changelog: 0.53.0...0.54.0