From df5e95ebcb837424ab13724a1a4868318c74bd8a Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Wed, 23 Oct 2024 16:01:41 -0700 Subject: [PATCH] [skip vbump] upversion to 0.3.0 --- DESCRIPTION | 2 +- NEWS.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c005cea..01425de 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: teal.logger Title: Logging Setup for the 'teal' Family of Packages -Version: 0.2.0.9011 +Version: 0.3.0 Date: 2024-10-04 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index a9baea8..da5517a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ -# teal.logger 0.2.0.9011 +# teal.logger 0.3.0 -* New function `log_shiny_input_changes` based on `logger` implementation, but curated to `teal` needs. +* New function `log_shiny_input_changes` based on `logger` implementation, but curated to `teal` needs. It allows to track all shiny inputs changes in teal modules on `TRACE` level with appended namespace name. -* Fixed `logger::formatter_glue` to handle `NULL` and `vector` objects. +* Fixed `logger::formatter_glue` to handle `NULL` and `vector` objects. # teal.logger 0.2.0