Skip to content

Commit

Permalink
Release 0.2.0 (#91)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jdno committed Dec 13, 2023
1 parent 0a2f4f1 commit 324841e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2023-12-13

### Added

- Create a local path library
- Keep track of workflows and jobs
- Create command to update workflows

## [0.1.0] - 2023-06-01

### Added

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

[unreleased]: https://github.com/jdno/flowcrafter/compare/v0.1.0...HEAD
[unreleased]: https://github.com/jdno/flowcrafter/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/jdno/flowcrafter/releases/tag/v0.2.0
[0.1.0]: https://github.com/jdno/flowcrafter/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flowcrafter"

version = "0.1.0"
version = "0.2.0"
edition = "2021"

license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 324841e

Please sign in to comment.