Skip to content

Release v0.3.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 14:39
· 235 commits to main since this release

Changelog

  • f71ef46 Bump actions/setup-go from 4.0.1 to 4.1.0
  • 2bc9852 Bump github.com/bitcoinschema/go-bitcoin/v2 from 2.0.4 to 2.0.5
  • ef8504d Bump github.com/libsv/go-bt/v2 from 2.2.1 to 2.2.2
  • 17abfe8 Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
  • 3f2fbbe Merge pull request #144 from BuxOrg/dependabot/go_modules/master/github.com/libsv/go-bt/v2-2.2.2
  • bff15c7 Merge pull request #145 from BuxOrg/dependabot/go_modules/master/github.com/bitcoinschema/go-bitcoin/v2-2.0.5
  • 2837694 Merge pull request #146 from BuxOrg/dependabot/github_actions/master/goreleaser/goreleaser-action-4.4.0
  • faece0c Merge pull request #147 from BuxOrg/dependabot/github_actions/master/actions/setup-go-4.1.0
  • d44309b Merge pull request #148 from pawellewandowski98/feat-104-error-handlimg
  • 9693dee Merge pull request #149 from BuxOrg/dependabot/go_modules/master/github.com/libsv/go-bt/v2-2.2.3
  • 55a1c9e Merge pull request #150 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-models-0.1.2
  • 67895e3 Merge pull request #151 from BuxOrg/dependabot/go_modules/master/github.com/libsv/go-bt/v2-2.2.4
  • 4e02e1f Merge pull request #152 from arkadiuszos4chain/fix-unreserve-utxos
  • e0be39c build(deps): bump github.com/BuxOrg/bux-models from 0.1.1 to 0.1.2
  • d2c65d9 build(deps): bump github.com/libsv/go-bt/v2 from 2.2.2 to 2.2.3
  • 2e0c7d5 build(deps): bump github.com/libsv/go-bt/v2 from 2.2.3 to 2.2.4
  • 555b60a chore: bumped version
  • f561194 chore: updated linter version
  • ad79dd9 chore: upgraded deps
  • 827c193 feat(BUX-104): update bux error handling
  • a70722c fix(BUX-137): add unreserve utxos
  • 708df4f fix: file was not gci’d, linter issue
  • 3f4b15b test(BUX-104): fix tests after changes