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.
[0.4.1] - 2020-02-01¶
Added¶
- New release process for builds.
Changed¶
- Update readme with new install information and other outdated information.
- Add loops to example.
[0.4.0] - 2018-08-30¶
Added¶
- Add the
hussar env
command to print the environment config. - Add the option to keep persistent config in a config file. Default location is $HOME/.hussar/hs-config, though you can add an override it by adding a hs-config file to your source directory.
Changed¶
- Modify subcommands to allow for easier future expansion of core tools.
[0.3.2] - 2018-07-24¶
Removed¶
- Remove CI builds.
[0.3.1] - 2018-07-23¶
Changed¶
- Fix a typo in the CI config.
[0.3.0] - 2018-07-23¶
Added¶
- Add arrays and indices.
- Add
exit()
function with exit codes. - Add test script for exit codes.
- Inject build version from git tags.
Changed¶
- Fix edge case in
while
loops. - Update and streamline CI config.
- Update branding to reflect new 'Hussar' name.
Removed¶
- Remove unused docs in favour of docs repository.
[0.2.0] - 2018-07-23¶
Added¶
- Add the ability to run scripts from files.
Last update: