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). 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(...)