All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Fix bbmustache dep lock
- (fix) Support relx release configs that contain opts
- Fix/#49/appup not generated
- read original_vsn from the app file
- Add auxilliary vsn method for appup state scripting
- add dialyzer test
- Deprecate OTP R16B
- Don't crash appup generation on unsupported behaviours
- [Merge .appup.pre.src & .appup.post.src files into the generated appup](https://github.com/lrascao/rebar3_appup_utils/pull/31)
- [Add documentation for dependency custom appup files](https://github.com/lrascao/rebar3_appup_utils/pull/33)
- [Add support of custom branches on relapp tests](https://github.com/lrascao/rebar3_appup_utils/pull/32)
- [Replace deprecated string:tokens/2](https://github.com/lrascao/rebar3_appup_utils/pull/42)
- [Replace deprecated string:tokens/2 and string:strip/3](https://github.com/lrascao/rebar3_appup_utils/pull/40)
- [Drop unknown behaviours when generating appup](https://github.com/lrascao/rebar3_appup_utils/pull/34)
- [Fetch dep app info from all_deps instead of parsed deps](https://github.com/lrascao/rebar3_appup_utils/pull/26)
* [Add support for appup.src dependency overrides](https://github.com/lrascao/rebar3_appup_utils/pull/19)
* [Bump bbmustache to 1.5.0](https://github.com/lrascao/rebar3_appup_utils/pull/18)
* [Fix/capital name modules](https://github.com/lrascao/rebar3_appup_utils/pull/21)
* [Properly check appup existence before generating](https://github.com/lrascao/rebar3_appup_utils/pull/25)
* Add debug on clean operation
* Add Travis support for OTP20
* Disable export_all warning while running tests
* Support multiple behaviour module upgrades
* Add rebar3 state variable available to appup.src scripts
* Support automatic stop/start of supervised workers
* Support add/remove of application dependencies