Skip to content

Commit

Permalink
[skip actions] Bump version to 0.2.0.9012
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo authored and github-actions[bot] committed Oct 23, 2024
1 parent 8ba9c36 commit 2b8881d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# All available hooks: https://pre-commit.com/hooks.html
# R specific hooks: https://github.com/lorenzwalthert/precommit
default_stages: [commit]
default_stages: [pre-commit]
default_language_version:
python: python3
repos:
Expand Down
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.2.0.9011
Date: 2024-10-04
Version: 0.2.0.9012
Date: 2024-10-23
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Konrad", "Pagacz", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.logger 0.2.0.9011
# teal.logger 0.2.0.9012

* 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.
Expand Down

0 comments on commit 2b8881d

Please sign in to comment.