Skip to content

Release v0.1.2

Choose a tag to compare

@github-actions github-actions released this 27 Oct 19:18
· 27 commits to master since this release
Immutable release. Only release title and notes can be modified.

Changelog

  • 49a954c Add CodeQL analysis workflow configuration
  • e8e993e chore(ci): remove deprecated CodeQL workflow file
  • 7bb41be chore(deps): bump github.com/bsv-blockchain/go-wallet-toolbox (#15)
  • f780ebf chore(deps): bump github.com/bsv-blockchain/go-wallet-toolbox (#21)
  • f1121b7 chore(deps): bump github/codeql-action in the ghactions-all group (#16)
  • d822f20 chore(deps): bump the ghactions-all group with 2 updates (#22)
  • 53c0773 docs(README): add SonarCloud badge for code quality monitoring
  • d28e705 docs(README): reorganize development build commands section
  • 0f52463 refactor(linters): change nolintlint require-specific setting to false
  • 807130d refactor(linters): disable var-naming rule in revive config
  • 6dbfb20 refactor(tests): remove specific nolint directive for utility package
  • e9ad432 sync: update .devcontainer.json from source repository (#13)
  • a70930e sync: update .github/SECURITY.md from source repository (#20)
  • a86891b sync: update 5 files from source repository (#18)
  • 87f4a84 sync: update 5 files from source repository (#19)
  • a987f90 sync: update 6 files from source repository (#17)
  • d590a5d test(fuzz): add fuzz tests for HexToBytes and BytesToHex functions
  • d2331f0 test(fuzz): add fuzz tests for query object methods
  • 23d3890 test(fuzz): add fuzz tests for query object parsing and validation
  • 32fc1ac test(validation): add fuzz tests for URI validation functions