Skip to content

Releases: google/fswalker

v0.3.3

02 Apr 17:19
88581dc
Compare
Choose a tag to compare

What's Changed

  • Return ErrSameWalks when comparing a Walk against itself. by @fhchstr in #30
  • Fix cmpopts import path. by @fhchstr in #31
  • chore(deps): Upgrade dependencies to latest by @julio-lopez in #32
  • chore(ci): Upgrade Go to 1.21 by @julio-lopez in #34
  • Remove usage of deprecated ioutil package by @julio-lopez in #35
  • Update dependencies by @aaomidi in #38
  • Add unit test runner and dependabot by @aaomidi in #40
  • Switch from deprecated protobuf to new protobuf by @aaomidi in #39
  • clone protos with proto.Clone and some formatting fixes by @julio-lopez in #37
  • Bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #41
  • Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #42
  • Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #43
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #44
  • Fix nil dereference in worker and move to filepath.WalkDir by @jklong in #45

New Contributors

Full Changelog: v0.3.2...v0.3.3