Skip to content

Commit f99e44d

Browse files
committed
Release 0.1.4
1 parent 79f045e commit f99e44d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.4 (2026-03-17)
4+
5+
- Added CLI module and escript support.
6+
- Fixed output directory not being created automatically when it does not exist.
7+
38
## 0.1.3 (2024-06-30)
49

510
- Dropped support for Elixir 1.11 and 1.12 (Credo requires version 1.13 at least).

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule GithubWorkflowsGenerator.MixProject do
22
use Mix.Project
33

44
@repo "https://github.com/optimumBA/github_workflows_generator"
5-
@version "0.1.3"
5+
@version "0.1.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)