Skip to content

v4.0.0

Compare
Choose a tag to compare
@bfabio bfabio released this 12 Oct 09:36
· 44 commits to main since this release
914ddff

What's Changed

Features

  • feat!: set default config values by @bfabio in #342
  • feat: create Software even if publiccode.yml is invalid by @bfabio in #339

Fixes

  • fix: add missing fmt.Sprintf in log messages by @bfabio in #327
  • fix: Close() the Response Body in ApiClient by @bfabio in #334
  • fix: enable errorlint linter by @bfabio in #350
  • fix: don't fail if there's no config file by @bfabio in #351
  • fix: properly get all the Publishers by @bfabio in #356
  • fix(bitbucket): properly get the publiccode.yml by @bfabio in #359

Chores / Refactor

  • docs: fix comments by @bfabio in #341
  • chore(deps): bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 by @dependabot in #324
  • chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #326
  • chore(ci): add base golangci-lint config file by @bfabio in #328
  • chore(deps): bump golang.org/x/crypto from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0 by @dependabot in #329
  • chore(golangci-lint): enable gofumpt and gofmt by @bfabio in #330
  • Enable some golangci-lint linters by @bfabio in #332
  • chore: remove publishers.thirdparty.yml by @bfabio in #333
  • Enable some more linters by @bfabio in #335
  • chore(deps): bump golang.org/x/net from 0.1.0 to 0.7.0 by @dependabot in #340
  • refactor: enable unparam linter by @bfabio in #344
  • refactor: enable prealloc linter by @bfabio in #345
  • refactor: enable forcetypeassert linter by @bfabio in #346
  • refactor: enable gocritic linter by @bfabio in #347
  • refactor!: enable gosec linter by @bfabio in #348
  • chore(ci): enable nilnil linter by @bfabio in #349
  • chore: enable lll linter by @bfabio in #357
  • chore: disable depguard linter by @bfabio in #360
  • chore: enable forbidigo linter by @bfabio in #362
  • refactor: add constant and disable the gomnd linter by @bfabio in #363
  • refactor: enable revive linter by @bfabio in #364
  • chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #365

Full Changelog: v3.1.0...v4.0.0