Skip to content

Releases: muir/gwrap

v0.4.0

04 Apr 23:19
Compare
Choose a tag to compare

What's Changed

  • enable dependabot by @muir in #6
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #7
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #8
  • set reviewer for dependabot PRs by @muir in #9
  • dependabot set reviewer by @muir in #10
  • build(deps): bump actions/upload-artifact from 3.0.0 to 4.4.0 by @dependabot in #16
  • build(deps): bump actions/checkout from 2 to 4 by @dependabot in #11
  • build(deps): bump golangci/golangci-lint-action from 2 to 6 by @dependabot in #14
  • build(deps): bump ossf/scorecard-action from 2.0.3 to 2.4.0 by @dependabot in #17
  • build(deps): bump actions/checkout from 2.7.0 to 4.1.7 by @dependabot in #18
  • build(deps): bump actions/setup-go from 2 to 5 by @dependabot in #12
  • build(deps): bump github/codeql-action from 1 to 3 by @dependabot in #15
  • build(deps): bump github/codeql-action from 1.1.39 to 3.26.7 by @dependabot in #20
  • build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #21
  • build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #23
  • build(deps): bump github/codeql-action from 3.26.8 to 3.26.10 by @dependabot in #24
  • build(deps): bump github/codeql-action from 3.26.10 to 3.26.11 by @dependabot in #25
  • build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.2 by @dependabot in #29
  • build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by @dependabot in #27
  • build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #26
  • build(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3 by @dependabot in #30
  • build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by @dependabot in #31
  • build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #32
  • build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #33
  • build(deps): bump github/codeql-action from 3.27.0 to 3.27.1 by @dependabot in #34
  • build(deps): bump github/codeql-action from 3.27.1 to 3.27.3 by @dependabot in #35
  • build(deps): bump github/codeql-action from 3.27.3 to 3.27.5 by @dependabot in #37
  • build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by @dependabot in #39
  • build(deps): bump github/codeql-action from 3.27.6 to 3.27.7 by @dependabot in #40
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #38
  • build(deps): bump github/codeql-action from 3.27.7 to 3.28.0 by @dependabot in #43
  • build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0 by @dependabot in #44
  • build(deps): bump github/codeql-action from 3.28.0 to 3.28.1 by @dependabot in #45
  • build(deps): bump github/codeql-action from 3.28.1 to 3.28.2 by @dependabot in #46
  • build(deps): bump github/codeql-action from 3.28.2 to 3.28.8 by @dependabot in #51
  • build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by @dependabot in #52
  • build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot in #55
  • build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by @dependabot in #54
  • build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 by @dependabot in #53
  • build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by @dependabot in #56
  • build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by @dependabot in #58
  • build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in #57
  • build(deps): bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #60
  • build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by @dependabot in #59
  • [fix] avoid panics from bypassing API by @muir in #61

note: go 1.20 now required

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Jun 03:43
bf7946a
Compare
Choose a tag to compare

What's Changed

  • feat: add generic heap by @muir in #4
  • feat: add generic priority queue by @muir in #5

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Apr 04:20
4502119
Compare
Choose a tag to compare

What's Changed

  • feat: add wrapper for sync.Pool by @muir in #3

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Apr 18:58
fa69c3b
Compare
Choose a tag to compare

What's Changed

  • feat: add AtomicValue by @muir in #2

Full Changelog: v0.0.1...v0.1.0

v0.0.1

08 Apr 20:40
baff29e
Compare
Choose a tag to compare

What's Changed

  • feat: wrapper for sync.Map by @muir in #1

New Contributors

  • @muir made their first contribution in #1

Full Changelog: https://github.com/muir/gwrap/commits/v0.0.1