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.4.1 - 2021-10-03
- #26: Fix upgrade building by tagging
bunt
asruntime: false
1.4.0 - 2021-03-26
- #18: Add
default
option touse Knigge
(@NickNeck) - #22: Ease contributing by adding a CONTRIBUTING guide and a PULL_REQUEST_TEMPLATE (@alexocode)
1.3.0 - 2020-11-27
- #15: Add
--app
switch tomix knigge.verify
(@polvalente)
- #16: Migrate CI from CircleCI to GitHub actions (@alexocode)
1.2.0 - 2020-09-07
- Replaced the existence check with
mix knigge.verify
, see here for details on why (@alexocode)
1.1.1 - 2019-10-13
- #9: Avoid warning when callback is defined several times (@alexcastano)
1.1.0 - 2019-10-13
- Renamed
delegate_at
todelegate_at_runtime?
and changed it to accept a list of environment names instead of only a boolean; the default has been changed toonly: :test
(@alexocode)