From 800d4184792c12e8a0b39cc32da7407824e04b71 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 6 Jan 2026 10:37:00 -0500 Subject: [PATCH 1/2] Update snapshot tests with latest testthat --- tests/testthat/_snaps/warning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/_snaps/warning.md b/tests/testthat/_snaps/warning.md index bc7970b..b5ad5cc 100644 --- a/tests/testthat/_snaps/warning.md +++ b/tests/testthat/_snaps/warning.md @@ -12,7 +12,7 @@ x 1. +-lifecycle::expect_deprecated(f()) 2. | \-testthat::expect_warning(...) - 3. | \-testthat:::expect_condition_matching(...) + 3. | \-testthat:::expect_condition_matching_(...) 4. | \-testthat:::quasi_capture(...) 5. | +-testthat (local) .capture(...) 6. | | \-base::withCallingHandlers(...) From c2a2879a442eccb8dc6becf3776c91ea5c44087c Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 6 Jan 2026 10:37:41 -0500 Subject: [PATCH 2/2] Increment version number to 1.0.5 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b3f8dd8..0b28297 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lifecycle Title: Manage the Life Cycle of your Package Functions -Version: 1.0.4.9000 +Version: 1.0.5 Authors@R: c( person("Lionel", "Henry", , "lionel@posit.co", role = c("aut", "cre")), person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", diff --git a/NEWS.md b/NEWS.md index d2d9eaa..3fb9279 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# lifecycle (development version) +# lifecycle 1.0.5 * `signal_stage()` no longer does anything, and is now purely a way to express intent at the call site of whether a function is superseded or experimental (#203).