From f5d69d7453e4858d2437d84aa176aed27e0634d8 Mon Sep 17 00:00:00 2001 From: MEO265 <99362508+meo265@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:19:18 +0200 Subject: [PATCH] Bump version to 2.4.0 and update package name in NEWS.md --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bda08a6..8aa1877 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Description: No change in existing code is necessary to use this package, and only a few additional adjustments are needed to fully utilize its potential. -Version: 2.3.1.9000 +Version: 2.4.0 Authors@R: c( person("Matthias", "Ollech", role = c("cre", "aut"), email = "ollech@gmx.com"), person("Ryan", "Price", role = c("fnd", "aut")) diff --git a/NEWS.md b/NEWS.md index e8213ce..efbda09 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# loggit2 (development version) +# loggit2 2.4.0 ## New Features * `set_call_options()` offers new option to log condition calls or even the full call stack. `get_call_options()` returns the current settings.