Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

58 lines (44 loc) · 4.03 KB

v0.0.2-alpha - 2020-08-09

Build

  • 10e2e82 🍻 introduce mostly automated releases

Chore

Docs

  • 12bd7bd 🔖 fix changelog
  • 113ff89 release: 🔖 fix release notes
  • 482054f release: 🔖 use goreleaser release notes

v0.0.1 - 2020-08-09

Ci

  • f14e4de 👷 include .golangci.yml in paths list
  • 8650fd6 💚 include pre-commit config in changed files list
  • 2c1c4ea 👷 adding tests, go fmt
  • 1c7aa69 💚 change name of workflow to tests
  • 903dd3d 💚 only test when .go files changes
  • e475ff5 actions: 🏁 fix coverage command for windows
  • c60dbe3 actions: 💚 really fixing yaml syntax
  • 158e0ba actions: 💚 fix github actions yaml syntax
  • 33bb391 actions: 💚 rename pre-commit job to linting

Docs

  • 9e7caeb README.md: 📝 small fixes

Feat

  • 9884f59 ✨ introduce verify subcommand
  • c2e5d46 🎉 get the ball rolling

Fix

  • e202892 💚 github actions matrix

Refactor

  • 99c08fe 🎨 use gofumpt from golangci-lint instead of standalone
  • dc59c2e 🎨 go functional
  • 497f039 🔥 remove .idea files

Style

  • 695ad3a 🎨 run as many checks as possible against tools.go
  • 628a2b3 🚨 lint vendored code
  • 6736c73 linting: 🎨 all in with golangci-lint
  • ee65576 linting: 🚨 lint all the things

Test

  • 6a8ffbf ✅ adding tests and code coverage