Skip to content

v1.40

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 21:30
· 14 commits to master since this release
5f06ad0

What's Changed

  • switch from govaluate to Expr (--filter <expr> option) by @jandelgado in #99

    Note: prior to version 1.40, rabtap used govaluate to evaluate expressions.
    With the switch to Expr, the syntax has changed in some aspects (e.g. =~ vs matches in regular expression matches). Consult the documentation for details.

Dependency updates

  • [gh-actions] Bump actions/setup-go from 4 to 5 by @dependabot in #91
  • [docker] Bump golang from 1.22-alpine to 1.23-alpine by @dependabot in #92
  • [gh-actions] Bump goreleaser/goreleaser-action from 3 to 6 by @dependabot in #93
  • [gh-actions] Bump actions/upload-artifact from 3 to 4 by @dependabot in #94
  • [gh-actions] Bump docker/login-action from 1.10.0 to 3.3.0 by @dependabot in #95
  • [gomod] Bump golang.org/x/net from 0.26.0 to 0.28.0 by @dependabot in #97
  • [gomod] Bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #98

Tooling

Full Changelog: v1.39.3...v1.40