Skip to content

Releases: shamaton/msgpackgen

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Jun 07:29
d65e8a7

What's Changed

⚡ Performance

🔧 Maintenance

  • ci: harden GitHub workflows and release automation by @shamaton in #23
  • ci: validate go.mod with Dependabot by @shamaton in #30
  • chore: add maintenance label if branch name contains "dependabot" by @shamaton in #31
  • chore(deps): bump actions/download-artifact from 5.0.0 to 8.0.1 by @dependabot[bot] in #25
  • chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.2.2 by @dependabot[bot] in #26
  • chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.2.1 by @dependabot[bot] in #27
  • chore(deps): bump codecov/codecov-action from 1.5.2 to 6.0.1 by @dependabot[bot] in #28
  • chore(deps): bump securego/gosec from 6351b0c6fcc7d75acb230a9be7f9047aada322ae to 9addc97cefc9460a114e3c36f536b935da3b98c9 by @dependabot[bot] in #29
  • chore(deps): bump Songmu/tagpr from 1.19.0 to 1.20.0 by @dependabot[bot] in #32
  • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #33

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 00:33
c147a9e

What's Changed

🐛 Bug Fixes

  • fix: rename default generated file to msgpack.msgpackgen.go by @shamaton in #21

🔧 Maintenance

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 May 15:10
0c3aa24

What's Changed

💥 Breaking Changes

Other Changes

  • chore: add tagpr release and label automation by @shamaton in #14

Full Changelog: v0.3.1...v1.0.0

v0.3.1

Choose a tag to compare

@shamaton shamaton released this 15 Sep 13:48

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 04:12
b337999

Changelog

b337999 Merge pull request #8 from shamaton/not_using_unsafe

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:29
fb29e84

Changelog

fb29e84 Merge pull request #7 from shamaton/fix_slice_generating

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 13:51

Changelog

46d76e6 fix: If float value comes, decodes to int as truncating the value.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 04:31
33421cb

Changelog

33421cb Merge pull request #4 from shamaton/develop

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Mar 13:12

Changelog

31ecff9 update: add test go version - 1.16

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Feb 11:49

Changelog

1db2119 fix: Remove useless processing