Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

69 lines (37 loc) · 1.74 KB

Changelog

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.

[Unreleased]

2.1.3 (2024-03-18)

  • Add support for --ignore-file (#27)

2.1.2 (2024-01-08)

  • Add better support for Elixir 1.16, thank you @cgrothaus! (#26)

2.1.1 (2023-06-21)

  • Remove rescue in Repo.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 and earmark
  • Update Credo configuration with recent checks

2.1.0 (2022-12-12)

  • Update yaml_elixir dependency to 2.9

2.0.2 (2022-11-16)

Updated

2.0.1 (2022-08-23)

Updated

  • Add severity to output formats (#14)

2.0.0 (2022-08-09)

Updated

1.0.1 (2022-04-07)

Added

  • Upgrade publish workflow to use Elixir 1.13

1.0.0 (2021-08-20)

  • First official 1.x version

0.1.2 (2020-03-09)

Added

  • Project changelog (CHANGELOG.md)

Updated

  • Only support hex dependencies (#2)

0.1.1 (2020-03-06)

  • Initial release