Skip to content

Commit fc9850e

Browse files
authored
Release revdeprun 2.3.0 (#170)
* Run cargo update * Increment version number to 2.3.0 * Update changelog
1 parent 90131c7 commit fc9850e

3 files changed

Lines changed: 264 additions & 374 deletions

File tree

CHANGELOG.md

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

3-
## revdeprun (development version)
3+
## revdeprun 2.3.0
44

55
### New features
66

@@ -13,14 +13,17 @@
1313
- Correct `--skip-r-install` behavior to make it truly bypass R version
1414
resolution as well as installation, so existing system-wide R installations
1515
can be used without calling the R Hub version API (#162).
16-
- Replace the hard-coded Debian 13 to Debian 12 mapping from #160 with live
17-
fallback probing. Unsupported future Debian releases now fall back one
18-
release at a time until the R Hub API returns a compatible installer (#162).
1916
- Prevent [P3M rate limit failures](https://forum.posit.co/t/210701) during
2017
large-scale reverse dependency checks by sharing a request budget between
2118
pak binary downloads and xfun source tarball downloads. Downloads pause
2219
after 1,800 P3M package requests and resume after a 5-minute cooldown (#161).
2320

21+
### Improvements
22+
23+
- Replace the hard-coded Debian 13 to Debian 12 mapping from #160 with live
24+
fallback probing. Unsupported future Debian releases now fall back one
25+
release at a time until the R Hub API returns a compatible installer (#162).
26+
2427
## revdeprun 2.2.3
2528

2629
### Maintenance

0 commit comments

Comments
 (0)