diff --git a/DESCRIPTION b/DESCRIPTION index 69a566f..110e3bd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: whirl Title: Logging package -Version: 0.1.6.9001 +Version: 0.1.6.9002 Authors@R: c( person("Aksel", "Thomsen", , "oath@novonordisk.com", role = c("aut", "cre")), person("Lovemore", "Gakava", , "lvgk@novonordisk.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 3884558..ddd1262 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ * Enable redirection of logs through the `log_dir` argument in `run()`. * Changed the title on the individual logs to the script name and moved the path to a distinct section within the title-block. * Fixed a bug where the hyperlink in the summary files was not rendered correctly. +* Fixed a bug where the installed python packages were not listed in the log. # whirl 0.1.6 (2024-11-25) * Added support for logging of Python scripts with `run()`.