diff --git a/DESCRIPTION b/DESCRIPTION index cdbd6a6e..878f9da7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: teal.logger Title: Logging Setup For The `teal` Family Of Packages -Version: 0.0.1 +Version: 0.1.0 Date: 2022-04-07 Authors@R: c( person("NEST", , , "basel.nestcicd@roche.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 7c23fcde..37796b93 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ -# teal.logger 0.0.1 +# teal.logger 0.1.0 * Initial release of `teal.logger`, a package for the logging setup for `teal` applications. ## Changes (from behavior when functionality was part of `teal`) ### Misc -* The functions `suppress_logs` and `log_system_info` are now part of the API of the package as they are now exported. +* The functions `suppress_logs` and `log_system_info` are now part of the API of the package as they are now exported.