Skip to content

Commit 252001b

Browse files
committed
Increment version number
1 parent 3ada081 commit 252001b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgload
22
Title: Simulate Package Installation and Attach
3-
Version: 1.2.0.9000
3+
Version: 1.2.1
44
Authors@R: c(
55
person("Hadley", "Wickham", role = "aut"),
66
person("Jim", "Hester", , "jim.hester@rstudio.com", role = c("aut", "cre")),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pkgload (development version)
1+
# pkgload 1.2.1
22

33
* `unload()` no longer unregisters methods for generics of the package being unloaded. This way dangling references to generics defined in the stale namespace still work as expected (r-lib/vctrs#1341).
44
* `load_all()` will now work for packages that have testthat tests but do not have testthat installed (#151)

0 commit comments

Comments
 (0)