Current section
Files
Jump to
Current section
Files
github_workflows_generator
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.1.4 (2026-03-17)
- Added CLI module and escript support.
- Fixed output directory not being created automatically when it does not exist.
## 0.1.3 (2024-06-30)
- Dropped support for Elixir 1.11 and 1.12 (Credo requires version 1.13 at least).
- Removed `fast_yaml` and `libyaml` from `README.md`.
- Upgraded Elixir version to 1.17.1.
- Fixed YAML syntax error (`Nested mappings are not allowed in compact mappings`).
- Generated Optimum infra.
## 0.1.2 (2024-06-21)
- Removed `fast_yaml` dependency.
- Updated dependencies `credo` and `mix_audit`.
- Did some housekeeping.
## 0.1.1 (2024-06-05)
- Removed unintentional comments from `mix.exs`.
- Improved installation to avoid modules in the runtime.
- Mentioned `fast_yaml` and `libyaml` dependencies in the `README.md`.
## 0.1.0 (2024-02-01)
Initial release