Skip to content

Releases: obalunenko/logger

v0.4.0

08 Jun 16:42
Compare
Choose a tag to compare

Changelog

v0.3.1

08 Jun 15:32
Compare
Choose a tag to compare

Changelog

v0.3.0

08 Jun 14:58
Compare
Choose a tag to compare

Changelog

  • cafcf26 Merge remote-tracking branch 'origin/master'
  • 85e9009 chore(deps): bump actions/setup-go from 3.0.0 to 3.1.0 (#25)
  • c149091 chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0 (#29)
  • d78ffc5 chore(deps): bump github.com/golangci/golangci-lint in /tools (#24)
  • 4a10407 chore(deps): bump github.com/golangci/golangci-lint in /tools (#26)
  • a5971d1 refactor: Formatter init

v0.2.0

11 May 13:44
8756cab
Compare
Choose a tag to compare

Changelog

  • 3f9e00b chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
  • 40f8b1c chore(deps): bump actions/checkout from 2.4.0 to 3 (#9)
  • 4321b92 chore(deps): bump actions/setup-go from 2.1.4 to 2.1.5
  • b7cf636 chore(deps): bump actions/setup-go from 2.1.5 to 2.2.0 (#6)
  • cfd7d21 chore(deps): bump actions/setup-go from 2.2.0 to 3.0.0 (#8)
  • 03510a8 chore(deps): bump github.com/golangci/golangci-lint in /tools
  • 7d3793a chore(deps): bump github.com/golangci/golangci-lint in /tools
  • ebd6b25 chore(deps): bump github.com/golangci/golangci-lint in /tools (#14)
  • fd2c8ac chore(deps): bump github.com/golangci/golangci-lint in /tools (#15)
  • d95821e chore(deps): bump github.com/golangci/golangci-lint in /tools (#16)
  • 1a66c68 chore(deps): bump github.com/golangci/golangci-lint in /tools (#21)
  • ea52a2b chore(deps): bump golang.org/x/tools from 0.1.9 to 0.1.10 in /tools (#12)
  • 5226375 chore(deps): bump gotest.tools/gotestsum from 1.7.0 to 1.8.0 in /tools (#17)
  • a670bef chore(deps): bump gotest.tools/gotestsum from 1.8.0 to 1.8.1 in /tools (#20)
  • a8bb56f chore: Fix versions and install scripts
  • 9efae43 chore: Update go version and modules (#22)
  • 8756cab chore: fix go:linkname must refer to declared function or variable issue (#23)

v0.1.0

02 Nov 15:45
Compare
Choose a tag to compare

Changelog

6d02d53 Initial commit
a955c66 chore: Add github configs
e3a7ff1 chore: Update Makefile
f1f591b chore: Update gitignore
16a979c feat: Implement logger with common interface and logrus backend