Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 11:36
· 8 commits to master since this release

0.12.0 (2024-05-20)

Breaking Changes


Currently externalclock takes a logr and uses it for some debug
logging. Since log/slog now exists in std library we should use it.

This commit removes logr dependency with using slog directly.
This is a breaking change as the signature for externalclock.New
changes. Previous calls to `externalclock.New(logr, time)` can safely
drop the `logr` argument.

Chores

  • deps: bump google.golang.org/protobuf (fcfdd21)
  • deps: bump golang.org/x/sync from 0.6.0 to 0.7.0 in the go group (ec77ddc)
  • deps: bump the go group with 1 update (0a7256f)
  • deps: bump go.einride.tech/sage from 0.272.0 to 0.275.0 in /.sage (b0545a9)
  • deps: bump go.einride.tech/sage from 0.270.1 to 0.272.0 in /.sage (77810fc)
  • deps: bump go.einride.tech/sage from 0.268.0 to 0.270.1 in /.sage (cf7d558)
  • update to valid domain (d81ca98)
  • deps: bump go.einride.tech/sage from 0.265.1 to 0.268.0 in /.sage (4d252a1)
  • deps: bump go-semantic-release/action from 1.21 to 1.23 (cccc1d9)
  • deps: bump go.einride.tech/sage from 0.264.0 to 0.265.1 in /.sage (07fe03c)
  • deps: bump go.einride.tech/sage from 0.263.0 to 0.264.0 in /.sage (7e5fbe2)
  • deps: bump the go group with 1 update (f0ff91a)
  • deps: bump go.einride.tech/sage from 0.260.0 to 0.263.0 in /.sage (599251d)
  • deps: bump the go group with 2 updates (6087924)
  • deps: bump go.einride.tech/sage from 0.259.0 to 0.260.0 in /.sage (9a0b754)
  • deps: bump go.einride.tech/sage from 0.254.0 to 0.259.0 in /.sage (a8d94b3)
  • deps: bump the go group with 1 update (b86529d)
  • deps: bump go.einride.tech/sage from 0.249.0 to 0.254.0 in /.sage (8ecc1a9)
  • deps: bump go.einride.tech/sage from 0.247.0 to 0.249.0 in /.sage (5002eaf)
  • deps: bump the go group with 1 update (dd3a4f6)
  • deps: bump go.einride.tech/sage from 0.244.0 to 0.247.0 in /.sage (f90a29b)
  • deps: bump go.einride.tech/sage from 0.243.0 to 0.244.0 in /.sage (3289174)