Skip to content

Latest commit

 

History

History
124 lines (78 loc) · 6.18 KB

CHANGELOG.md

File metadata and controls

124 lines (78 loc) · 6.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Add sqlclosecheck linter. (#235)

Changed

  • Change license to CC0-1.0. (#241)
  • Update Codecov instructions for v4. (#289)

Fixed

  • Fix inst Make target for Go 1.21. (#269)

Changed

Fixed

  • Adjust Build Status badge to new shields.io API. (#231)

Fixed

  • Fix release GitHub workflow. (#225)

Changed

  • Update golangci-lint configuration. (#222)
  • Update Make targets. (#224)

Removed

  • Remove go-acc and use coverpkg flag instead. (#221)

Fixed

  • Improve GH workflows and Makefile. (#217)

Added

Changed

  • Update golangci-lint configuration. (#196)
  • Update Visual Studio code configuration. (#197)
  • Migrate to ghcr.io. (#203)
  • Use SemVer version as release name. (#206)
  • Manual changelog. (#207)
  • Update Makefile. (#210)
  • Bump dependencies.

Removed

  • Remove VS Code Remote Container support. (#199)
  • Remove info about GoDownloader as it is deprecated. (#202)
  • Remove testify. (#209)

Fixed

  • Add workflow_dispatch to all workflows. (#204)
  • Fix docker image name. (#205)
  • Fix CodeQL GH workflow permissions. (#216)

Added

Changed

Added

  • Build and push a Docker container image. (#127)

Changed