Skip to content

Commit

Permalink
Release 0.1.0 (#29)
Browse files Browse the repository at this point in the history
This is the first public release of FlowCrafter, which implements a
simple proof-of-concept to manage GitHub Actions workflows in a
repository.
  • Loading branch information
jdno authored Jun 1, 2023
1 parent 00e9e81 commit 26771b7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- markdownlint-disable-file MD024 -->

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [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
[0.1.0]: https://github.com/jdno/flowcrafter/releases/tag/v0.1.0
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.0.0"
version = "0.1.0"
edition = "2021"

license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 26771b7

Please sign in to comment.