Skip to content

Commit 72218e8

Browse files
authored
Release revdeprun 2.1.0 (#129)
* Run cargo update * Increment version number to 2.1.0 * Update changelog for v2.1.0 * Improve clarity on parallel download workers
1 parent d1212d3 commit 72218e8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## revdeprun 2.1.0
44

55
### Bug fixes
66

@@ -12,8 +12,8 @@
1212
### Improvements
1313

1414
- Apply an xfun monkey patch to parallelize `xfun:::download_tarball()`.
15-
Set the number of workers to 5 to speed up revdep tarball downloads
16-
during `xfun::rev_check()` (#127).
15+
The number of parallel download workers is set to 5 to accelerate
16+
revdep tarball downloads during `xfun::rev_check()` (#127).
1717

1818
## revdeprun 2.0.0
1919

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revdeprun"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
edition = "2024"
55
description = "Easy reverse dependency checks for R with cloud-ready environment setup"
66
license = "MIT"

0 commit comments

Comments
 (0)