From a33bae00ce806b9df9935fab4dabf9435fbd4988 Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Sat, 12 Oct 2024 16:04:38 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c54ff575..eb17b52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,14 +16,15 @@ - temp_dir - cleanup_temp_files - log -- Improved clean up temporal files and directories -- Improved CI test speed by running them in parallel - Add default env values: - `DEFAULT_PATH="tests"` - `LOG_PATH="out.log"` - `LOAD_FILE="tests/bootstrap.sh"` - Add check that git is installed to `install.sh` -- Display seconds on total time taken +- Improved time taken display +- Improved clean up temporal files and directories +- Improved CI test speed by running them in parallel +- Removed git dependency for stable installations ## [0.17.0](https://github.com/TypedDevs/bashunit/compare/0.16.0...0.17.0) - 2024-10-01