Skip to content

Commit dab5d9a

Browse files
authored
Release revdeprun 2.1.1 (#134)
* Increment version number to 2.1.1 * Update changelog for v2.1.1
1 parent 1c50839 commit dab5d9a

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## revdeprun 2.1.1
4+
5+
### Improvements
6+
7+
- Increase parallel download workers for revdep source tarballs from 5 to 6 to
8+
match pak and pkgcache defaults (#132).
9+
310
## revdeprun 2.1.0
411

512
### Bug fixes

Cargo.lock

Lines changed: 12 additions & 6 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.1.0"
3+
version = "2.1.1"
44
edition = "2024"
55
description = "Easy reverse dependency checks for R with cloud-ready environment setup"
66
license = "MIT"

0 commit comments

Comments
 (0)