Current section

Files

Jump to
expublish CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
<!-- %% CHANGELOG_ENTRIES %% -->
## 2.3.0 - 24. Feb 2021 19:07
- Run static code analysis in github action
- Print test output in mix shell
- Add credo
## 2.2.4 - 24. Feb 2021 18:41
- Unify system calls
- Consistent logging
## 2.2.3 - 23. Feb 2021 23:45
Make task fail on invalid options
## 2.2.2 - 23. Feb 2021 22:48
Refactor mix task options
## 2.2.1 - 23. Feb 2021 20:55
fix Mix.env check before Tests.run
## 2.2.0 - 23. Feb 2021 20:29
- add --commit-prefix option
- add --tag-prefix option
- setup tests for all modules
## 2.1.2 - 22. Feb 2021 22:38
- cleanup project validation
- improve task logging
## 2.1.1 - 22. Feb 2021 21:23
add missing --allow-untracked line in print help
## 2.1.0 - 22. Feb 2021 20:15
- Add --allow-untracked
- Documentation amends
## 2.0.0 - 21. Feb 2021 18:12
Rename mix task to `mix expublish`
## 1.1.1 - 21. Feb 2021 08:32
Configure github actions
## 1.1.0 - 21. Feb 2021 01:13
Command line options
## 1.0.0 - 20. Feb 2021 21:41
Initial release