Skip to content

Commit

Permalink
[skip bump] upversion 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Jan 22, 2025
1 parent 144171f commit df7f2b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.logger
Title: Logging Setup for the 'teal' Family of Packages
Version: 0.3.0.9004
Date: 2025-01-14
Version: 0.3.1
Date: 2025-01-21
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Konrad", "Pagacz", role = "aut"),
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# teal.logger 0.3.0.9004
# teal.logger 0.3.1

* Enhance `log_shiny_input_changes` to support log levels provided in lowercase or numeric values.
* Modify `parse_logger_message` to ensure the message is stored as a single character string rather than a vector.

# teal.logger 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion R/register_logger.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Registers a logger instance in a given logging namespace.
#'
#' @description `r lifecycle::badge("experimental")`
#' @description `r lifecycle::badge("stable")`
#'
#' @note It's a thin wrapper around the `logger` package.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/register_logger.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df7f2b0

Please sign in to comment.