We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f045e commit f99e44dCopy full SHA for f99e44d
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 0.1.3 (2024-06-30)
9
10
- Dropped support for Elixir 1.11 and 1.12 (Credo requires version 1.13 at least).
mix.exs
@@ -2,7 +2,7 @@ defmodule GithubWorkflowsGenerator.MixProject do
use Mix.Project
@repo "https://github.com/optimumBA/github_workflows_generator"
- @version "0.1.3"
+ @version "0.1.4"
def project do
[
0 commit comments