Skip to content

Commit 26771b7

Browse files
authoredJun 1, 2023
Release 0.1.0 (#29)
This is the first public release of FlowCrafter, which implements a simple proof-of-concept to manage GitHub Actions workflows in a repository.
1 parent 00e9e81 commit 26771b7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
 

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- markdownlint-disable-file MD024 -->
2+
3+
# Changelog
4+
5+
All notable changes to this project will be documented in this file.
6+
7+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9+
10+
## [Unreleased]
11+
12+
## [0.1.0] - 2023-06-01
13+
14+
### Added
15+
16+
- Initialize FlowCrafter in a GitHub repository
17+
- Create workflows by combining templates from GitHub
18+
19+
[unreleased]: https://github.com/jdno/flowcrafter/compare/v0.1.0...HEAD
20+
[0.1.0]: https://github.com/jdno/flowcrafter/releases/tag/v0.1.0

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "flowcrafter"
33

4-
version = "0.0.0"
4+
version = "0.1.0"
55
edition = "2021"
66

77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.