Skip to content

Commit 81263e7

Browse files
authored
RC 1.0.5 (#210)
* Update snapshot tests with latest testthat * Increment version number to 1.0.5
1 parent 90d60c0 commit 81263e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: lifecycle
22
Title: Manage the Life Cycle of your Package Functions
3-
Version: 1.0.4.9000
3+
Version: 1.0.5
44
Authors@R: c(
55
person("Lionel", "Henry", , "lionel@posit.co", role = c("aut", "cre")),
66
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lifecycle (development version)
1+
# lifecycle 1.0.5
22

33
* `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).
44

tests/testthat/_snaps/warning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
x
1313
1. +-lifecycle::expect_deprecated(f())
1414
2. | \-testthat::expect_warning(...)
15-
3. | \-testthat:::expect_condition_matching(...)
15+
3. | \-testthat:::expect_condition_matching_(...)
1616
4. | \-testthat:::quasi_capture(...)
1717
5. | +-testthat (local) .capture(...)
1818
6. | | \-base::withCallingHandlers(...)

0 commit comments

Comments
 (0)