Skip to content

v0.9.5

Compare
Choose a tag to compare
@djspiewak djspiewak released this 16 Nov 22:24
v0.9.5

In retrospect, this probably should have been 0.10.0 given the changes involved. Need to come up with a proper versioning strategy here since almost everything we change will break builds.

  • Updated WorkflowStep.ComputeVar to use $GITHUB_ENV rather than the deprecated (and removed) set-env
  • Added ComputePrependPATH as a replacement for add-path (similar to the above)
  • Fixed issue where githubWorkflowScalaVersions was ignored (@amesgen)
  • Allow configuration of the fail-fast strategy (@amesgen)
  • Use the cache v2 action to dry up builds (@joroKr21)
  • Documentation fixes, mostly from @fthomas

Thank you all!