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.
- Add support for
--ignore-file
(#27)
- Add better support for Elixir 1.16, thank you @cgrothaus! (#26)
- Remove
rescue
inRepo.synchronize/0
to avoid swallowing error messages that can be useful for debugging issues (#23) - Add support for Elixir 1.15 in workflows
- Upgrade
ex_doc
andearmark
- Update Credo configuration with recent checks
- Update
yaml_elixir
dependency to 2.9
- Update default branch for the repository
- Update default branch reference for elixir-security-advisories
- Add
severity
to output formats (#14)
- Upgrade
publish
workflow to use Elixir 1.13
- First official 1.x version
- Project changelog (
CHANGELOG.md
)
- Only support
hex
dependencies (#2)
- Initial release