Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Latest commit

 

History

History
75 lines (42 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

75 lines (42 loc) · 1.53 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.

1.0.1 - 2021-08-13

Added

  • Added priv dir to formatter inputs

1.0.0 - 2021-03-17

Added

  • .tool-versions is now hard-linked instead of sym-linked
    • projects using this package should not add the .tool-versions to their .gitignore anymore

0.0.7 - 2021-01-25

Added

  • The schema is now validated and documented by :nimble_options

0.0.6 - 2020-12-22

Changed

  • The default elixir and erlang versions are now OTP23.2 and Elixir 1.11.2

0.0.5 - 2020-09-04

Added

  • The minimum coveralls coverage can now be configured

0.0.4 - 2020-08-27

Changed

  • The default elixir and erlang versions are now OTP22.3 and Elixir 1.10.4

0.0.3 - 2020-08-26

Added

  • The default coveralls file column width is now 60 columns

0.0.2 - 2020-08-24

Added

  • The default directories ignored by excoveralls now includes .harness

0.0.1 - 2020-08-24

Added

  • A number of common dotfiles are available for generation
    • .tool-versions used by asdf version manager
    • .credo.exs with convene bindings
    • coveralls.json excoveralls config
    • .formatter.exs elixir formatter config

0.0.0 - 2020-08-24

Added

  • This project was generated by Gaas