Skip to content

Commit deb9a42

Browse files
authored
Release 0.3.0 (#101)
This version does not include any functionl changes to FlowCrafter, but sets up the infrastructure to build and publish pre-built binaries for Linux and macOS.
1 parent b0b72cd commit deb9a42

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [0.3.0] - 2023-12-21
13+
14+
### Added
15+
16+
- Build release artifacts for Linux and macOS
17+
1218
## [0.2.0] - 2023-12-13
1319

1420
### Added
@@ -24,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2430
- Initialize FlowCrafter in a GitHub repository
2531
- Create workflows by combining templates from GitHub
2632

27-
[unreleased]: https://github.com/jdno/flowcrafter/compare/v0.2.0...HEAD
33+
[unreleased]: https://github.com/jdno/flowcrafter/compare/v0.3.0...HEAD
34+
[0.3.0]: https://github.com/jdno/flowcrafter/releases/tag/v0.3.0
2835
[0.2.0]: https://github.com/jdno/flowcrafter/releases/tag/v0.2.0
2936
[0.1.0]: https://github.com/jdno/flowcrafter/releases/tag/v0.1.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0"
4+
version = "0.3.0"
55
edition = "2021"
66

77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)