All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update dependencies
- Use
System.stop/1instead ofSystem.halt/1 - Use
System.user_home()instead ofSystem.get_env("HOME")
- Update dependencies
- Add support for
--ignore-file(#27)
- Add better support for Elixir 1.16, thank you @cgrothaus! (#26)
- Remove
rescueinRepo.synchronize/0to avoid swallowing error messages that can be useful for debugging issues (#23) - Add support for Elixir 1.15 in workflows
- Upgrade
ex_docandearmark - Update Credo configuration with recent checks
- Update
yaml_elixirdependency to 2.9
- Update default branch for the repository
- Update default branch reference for elixir-security-advisories
- Add
severityto output formats (#14)
- Upgrade
publishworkflow to use Elixir 1.13
- First official 1.x version
- Project changelog (
CHANGELOG.md)
- Only support
hexdependencies (#2)
- Initial release