syft/internal/constants.go
Alex Goodman 1a70ffe2fa bump json schema
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
2025-12-10 09:08:17 -05:00

13 lines
473 B
Go

package internal
const (
// JSONSchemaVersion is the current schema version output by the JSON encoder
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "16.1.1"
// Changelog
// 16.1.0 - reformulated the python pdm fields (added "URL" and removed the unused "path" field).
// 16.1.1 - add file executable toolchain and symbol information
)