Skip to content

Releases: SundaeSwap-finance/kugo

v1.3.0

15 Jun 16:23
2f5ac76
Compare
Choose a tag to compare

What's Changed

  • test: use os instead of ioutil for readfile by @wolf31o2 in #24
  • chore(deps): Bump golang.org/x/crypto from 0.32.0 to 0.35.0 by @dependabot in #25
  • fix: guard against nil in blake2b hash creation by @wolf31o2 in #28
  • fix: return early/errors on nil url by @wolf31o2 in #29
  • ci: enable dependabot weekly scans by @wolf31o2 in #30
  • build: add makefile and run: make format golines by @wolf31o2 in #27
  • chore(deps): Bump andrewslotin/go-proxy-pull-action from 1.2.0 to 1.3.0 by @dependabot in #31
  • chore(deps): Bump golang.org/x/crypto from 0.35.0 to 0.38.0 by @dependabot in #32
  • chore(deps): Bump github.com/urfave/cli/v2 from 2.10.3 to 2.27.6 by @dependabot in #33
  • fix: kupo script endpoint by @mgpai22 in #34
  • chore(deps): Bump github.com/SundaeSwap-finance/ogmigo/v6 from 6.0.1 to 6.0.2 by @dependabot in #35
  • chore(deps): Bump golang.org/x/crypto from 0.38.0 to 0.39.0 by @dependabot in #36

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

18 May 17:27
eef7349
Compare
Choose a tag to compare

What's Changed

  • ci(go): add 1.24 to test matrix by @wolf31o2 in #19
  • ci(go-test): explicit workflow permissions by @wolf31o2 in #20
  • chore(deps): ogmigo 0.10.0 by @wolf31o2 in #21
  • chore(deps): use github.com/SundaeSwap-finance/ogmigo/v6 v6.0.1 by @wolf31o2 in #23
  • add script hash, improve kupo api coverage by @rrruko in #22

Full Changelog: v1.1.0...v1.2.0

v1.1.0

27 Jan 22:25
e39cbe3
Compare
Choose a tag to compare

What's Changed

  • chore: make tests great again by @wolf31o2 in #8
  • feat: get script by hash by @wolf31o2 in #9
  • fix: race in http client timeout configuration by @wolf31o2 in #10
  • fix: error check encode by @wolf31o2 in #11
  • fix: guard resp against nil from http do by @wolf31o2 in #12
  • fix: adjust logging level for Matches by @verbotenj in #13
  • fix: use ogmigo from main, drop v5 support by @wolf31o2 in #14
  • fix: matches compatibility with ogmigo types by @wolf31o2 in #15
  • ci: go test ./... by @wolf31o2 in #17
  • ci: trigger automatic publishing of release and go docs on tag by @wolf31o2 in #16
  • chore(deps): upgrade github.com/SundaeSwap-finance/ogmigo to 0.9.0 by @wolf31o2 in #18

New Contributors

Full Changelog: v1.0.5...v1.1.0