Skip to content

Commit 7d71f50

Browse files
committed
fledge: Bump version to 2.0.4.9011
1 parent ab025cc commit 7d71f50

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rprojroot
22
Title: Finding Files in Project Subdirectories
3-
Version: 2.0.4.9010
3+
Version: 2.0.4.9011
44
Authors@R:
55
person(given = "Kirill",
66
family = "M\u00fcller",

NEWS.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22

3+
# rprojroot 2.0.4.9011 (2025-07-12)
4+
5+
## Features
6+
7+
- Add `is_vscode_project` criterion, true if a `.vscode/` directory exists.
8+
9+
- New `is_targets_project()` (@mitchelloharawild, #108, #146).
10+
11+
## Continuous integration
12+
13+
- Enhance permissions for workflow (#154).
14+
15+
- Permissions, better tests for missing suggests, lints (#153).
16+
17+
- Only fail covr builds if token is given (#152).
18+
19+
- Always use `_R_CHECK_FORCE_SUGGESTS_=false` (#151).
20+
21+
- Correct installation of xml2 (#150).
22+
23+
- Explain (#149).
24+
25+
- Add xml2 for covr, print testthat results (#148).
26+
27+
- Sync (#147).
28+
29+
## Uncategorized
30+
31+
- Merge branch 'docs'.
32+
33+
- Merge branch 'docs'.
34+
35+
336
# rprojroot 2.0.4.9010 (2024-12-09)
437

538
## Continuous integration

0 commit comments

Comments
 (0)