Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/warning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(...)
Expand Down