- Dropped support for Elixir 1.11 and 1.12 (Credo requires version 1.13 at least).
- Removed
fast_yaml
andlibyaml
fromREADME.md
. - Upgraded Elixir version to 1.17.1.
- Fixed YAML syntax error (
Nested mappings are not allowed in compact mappings
). - Generated Optimum infra.
- Removed
fast_yaml
dependency. - Updated dependencies
credo
andmix_audit
. - Did some housekeeping.
- Removed unintentional comments from
mix.exs
. - Improved installation to avoid modules in the runtime.
- Mentioned
fast_yaml
andlibyaml
dependencies in theREADME.md
.
Initial release