File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flowcrafter"
3
3
4
- version = " 0.0 .0"
4
+ version = " 0.1 .0"
5
5
edition = " 2021"
6
6
7
7
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments