Skip to content

Releases: SaveTheRbtz/zstd-seekable-format-go

v0.4.0

27 Mar 05:54
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

27 Mar 05:38
Compare
Choose a tag to compare
  • build(deps): bump actions/cache from 2 to 3 by @dependabot in #14
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #15
  • build(deps): bump github.com/zeebo/blake3 from 0.2.2 to 0.2.3 by @dependabot in #16
  • reader: check that reserved bits are set to 0 by @SaveTheRbtz in #18
  • bazel: bump rules_go v0.30.0->v0.31.0 by @SaveTheRbtz in #19

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

v0.2.0

17 Mar 19:30
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/klauspost/compress from 1.14.2 to 1.14.3 by @dependabot in #3
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #6
  • build(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 by @dependabot in #4
  • build(deps): bump go.uber.org/multierr from 1.7.0 to 1.8.0 by @dependabot in #7
  • build(deps): bump github.com/klauspost/compress from 1.14.3 to 1.15.1 by @dependabot in #9
  • reader: allow empty files by @SaveTheRbtz in #11
  • reader: limit reader memory consumption by @SaveTheRbtz in #12
  • go: bump version to 1.18 by @SaveTheRbtz in #10

Full Changelog: v0.1.1...v0.2.0

v0.1.1

06 Feb 07:55
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 Feb 01:12
051739b
Compare
Choose a tag to compare

Initial release.