Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (29 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 1.21 KB

Change Log

v0.1.7

This release updates several first/third-party dependencies.

  • feat
    • --version now prints details about the build's paths and modules.
  • notable dependency changes
    • Bump github.com/pkg/errors to v0.9.1.
    • Bump internal/cage/... to latest from monorepo.
  • refactor
    • Migrate to latest cage/cli/handler API (e.g. handler.Session and handler.Input) and conventions (e.g. "func NewCommand").

v0.1.6

  • fix: only display pass summary in --verbose

v0.1.5

  • refactor: move main package to ./cmd/gomodfuzz
  • fix: add missing -mod=vendor to make build
  • dep: update first-party dependencies under internal

v0.1.4

v0.1.3

v0.1.2

  • fix: unreliable stage deletion

v0.1.1

  • feat: display standard error/output lengths
  • dep: update first-party dependencies under internal
  • docs: fix usage example typos

v0.1.0

  • feat: initial project export from private monorepo