Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

68 lines (40 loc) · 2.31 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.4.1 - 2021-10-03

Changed

  • #26: Fix upgrade building by tagging bunt as runtime: false

1.4.0 - 2021-03-26

Added

  • #18: Add default option to use Knigge (@NickNeck)
  • #22: Ease contributing by adding a CONTRIBUTING guide and a PULL_REQUEST_TEMPLATE (@alexocode)

Changed

  • #19: Fix handling of callbacks without brackets (@NickNeck)

1.3.0 - 2020-11-27

Added

Changed

1.2.0 - 2020-09-07

Changed

1.1.1 - 2019-10-13

Changed

  • #9: Avoid warning when callback is defined several times (@alexcastano)

1.1.0 - 2019-10-13

Changed

  • Renamed delegate_at to delegate_at_runtime? and changed it to accept a list of environment names instead of only a boolean; the default has been changed to only: :test (@alexocode)