Skip to content

Releases: seanamos/FsMake

0.3.0

29 Jun 00:09
da3c694
Compare
Choose a tag to compare

As part of this release we had 21 commits which resulted in 5 issues being closed.

bug

  • #23 Bad CLI args not returning 1 exit code

feature

  • #19 Add nuget package logo

breaking changes

  • #20 Change Pipelines.runWithArgs to return exit code, add Pipelines.runWithArgsAndExit
  • #8 Rename StepPart<'T> to Make<'T>

documentation

  • #15 Create pages documentation

0.3.0-beta.1

28 Jun 03:51
Compare
Choose a tag to compare
0.3.0-beta.1 Pre-release
Pre-release

As part of this release we had 1 commit which resulted in 5 issues being closed.

bug

  • #23 Bad CLI args not returning 1 exit code

feature

  • #19 Add nuget package logo

breaking changes

  • #20 Change Pipelines.runWithArgs to return exit code, add Pipelines.runWithArgsAndExit
  • #8 Rename StepPart<'T> to Make<'T>

documentation

  • #15 Create pages documentation

0.2.1

25 Jun 22:34
a523137
Compare
Choose a tag to compare

As part of this release we had 5 commits which resulted in 1 issue being closed.
Hotfix release to workaround PATH bug in FSI.

bug

  • #17 Bug in FSI causes PATH to get mangled

0.2.0

22 Jun 21:50
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

features

  • #11 Add StepPart functions for failing a StepPart in a consistent way
  • #10 Add EnvVar functions that are lazy and fail during Steps
  • #9 Add XML docs for public surface area
  • #7 Add release notes

0.2.0-beta.3

22 Jun 16:46
66f3713
Compare
Choose a tag to compare
0.2.0-beta.3 Pre-release
Pre-release

As part of this release we had 3 issues closed.

features

  • #11 Add StepPart functions for failing a StepPart in a consistent way
  • #10 Add EnvVar functions that are lazy and fail during Steps
  • #9 Add XML docs for public surface area