Skip to content

v0.30.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 20:08
· 446 commits to master since this release
1c9f999

Features

  • Experimental Shared Caching (#1097, #1102, #1122, #1125)
  • Database inspection commands (--last, --failed, and similar) output more useful info by default (#1103, #1104, #1107, #1118)
  • Colored output is captured from a job when IsAtty set to True (#1120, #1129)

Bugfixes

  • --last captures all jobs used by the the last wake run instead of just the jobs that ran. Use --last-executed for the old functionality (#1121)

Misc