Skip to content

Commit

Permalink
Increment version number to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jan 16, 2024
1 parent 5cc9cf4 commit d848881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgload
Title: Simulate Package Installation and Attach
Version: 1.3.3.9000
Version: 1.3.4
Authors@R: c(
person("Hadley", "Wickham", role = "aut"),
person("Winston", "Chang", role = "aut"),
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# pkgload (development version)
# pkgload 1.3.4

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

* Fixes for Debian packaging.


# pkgload 1.3.3

* `dev_topic_index()` is now exported (#257).
Expand Down

0 comments on commit d848881

Please sign in to comment.