Skip to content

Commit d848881

Browse files
committed
Increment version number to 1.3.4
1 parent 5cc9cf4 commit d848881

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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.3.3.9000
3+
Version: 1.3.4
44
Authors@R: c(
55
person("Hadley", "Wickham", role = "aut"),
66
person("Winston", "Chang", role = "aut"),

NEWS.md

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

33
* On load, pkgload now sets `PKGLOAD_PARENT_TEMPDIR` to the temporary
44
directory used in the current process. This provides a convenient place
55
to cache results for functions used in subprocesses (e.g. `devtools::test()`,
66
`devtools::document()`).
77

8+
* Fixes for Debian packaging.
9+
10+
811
# pkgload 1.3.3
912

1013
* `dev_topic_index()` is now exported (#257).

0 commit comments

Comments
 (0)