Skip to content

Releases: jdno/flowcrafter

0.3.0

21 Dec 07:41
afd3947
Compare
Choose a tag to compare

This version does not include any functional changes to FlowCrafter, but sets up the infrastructure to build and publish pre-built binaries for Linux and macOS.

What's Changed

Added

  • Build and publish pre-built binaries by @jdno in #96

Full Changelog: v0.2.0...v0.3.0

0.2.0

13 Dec 08:36
324841e
Compare
Choose a tag to compare

With this release, FlowCrafter keeps track of workflows and jobs as they get created. This makes it possible to automatically update them with the new flowcrafter update command.

What's Changed

Added

  • Create a local path library by @jdno in #34
  • Keep track of workflows and jobs by @jdno in #89
  • Create command to update workflows by @jdno in #90

New Contributors

Full Changelog: v0.1.0...v0.2.0

0.1.0

01 Jun 18:32
26771b7
Compare
Choose a tag to compare

This is the first public release of FlowCrafter, which implements a simple proof-of-concept to manage GitHub Actions workflows in a repository.

Added

  • Initialize FlowCrafter in a GitHub repository
  • Create workflows by combining templates from GitHub

New Contributors

Full Changelog: https://github.com/jdno/flowcrafter/commits/v0.1.0