Skip to content

Commit 229f589

Browse files
committed
fledge: Bump version to 2.0.5
1 parent 0bad6e6 commit 229f589

2 files changed

Lines changed: 51 additions & 116 deletions

File tree

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.9011
3+
Version: 2.0.5
44
Authors@R:
55
person(given = "Kirill",
66
family = "M\u00fcller",

NEWS.md

Lines changed: 50 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,62 @@
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)
3+
# rprojroot 2.0.5 (2025-07-12)
4+
5+
## Bug fixes
6+
7+
- Fix example for `find_root()` (@salim-b, #98).
48

59
## Features
610

711
- Add `is_vscode_project` criterion, true if a `.vscode/` directory exists.
812

913
- New `is_targets_project()` (@mitchelloharawild, #108, #146).
1014

11-
## Continuous integration
12-
13-
- Enhance permissions for workflow (#154).
14-
15-
- Permissions, better tests for missing suggests, lints (#153).
15+
- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80).
1616

17-
- Only fail covr builds if token is given (#152).
17+
- Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106).
1818

19-
- Always use `_R_CHECK_FORCE_SUGGESTS_=false` (#151).
19+
- Avoid warnings on Windows network drives (#105).
2020

21-
- Correct installation of xml2 (#150).
21+
## Chore
2222

23-
- Explain (#149).
23+
- Enable auto-styling (#82).
2424

25-
- Add xml2 for covr, print testthat results (#148).
25+
- Auto-update from GitHub Actions.
2626

27-
- Sync (#147).
27+
Run: https://github.com/r-lib/rprojroot/actions/runs/10425483146
2828

29-
## Uncategorized
29+
Run: https://github.com/r-lib/rprojroot/actions/runs/10208520735
3030

31-
- Merge branch 'docs'.
31+
Run: https://github.com/r-lib/rprojroot/actions/runs/9728439643
3232

33-
- Merge branch 'docs'.
33+
Run: https://github.com/r-lib/rprojroot/actions/runs/9691616135
3434

35+
- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101).
3536

36-
# rprojroot 2.0.4.9010 (2024-12-09)
37+
- Add Aviator configuration.
3738

3839
## Continuous integration
3940

40-
- Avoid failure in fledge workflow if no changes (#144).
41-
42-
43-
# rprojroot 2.0.4.9009 (2024-12-08)
41+
- Enhance permissions for workflow (#154).
4442

45-
## Continuous integration
43+
- Permissions, better tests for missing suggests, lints (#153).
4644

47-
- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#142).
45+
- Only fail covr builds if token is given (#152).
4846

47+
- Always use `_R_CHECK_FORCE_SUGGESTS_=false` (#151).
4948

50-
# rprojroot 2.0.4.9008 (2024-12-07)
49+
- Correct installation of xml2 (#150).
5150

52-
## Features
51+
- Explain (#149).
5352

54-
- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80).
53+
- Add xml2 for covr, print testthat results (#148).
5554

56-
## Chore
55+
- Sync (#147).
5756

58-
- Enable auto-styling (#82).
57+
- Avoid failure in fledge workflow if no changes (#144).
5958

60-
## Continuous integration
59+
- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#142).
6160

6261
- Use larger retry count for lock-threads workflow (#140).
6362

@@ -79,119 +78,55 @@
7978

8079
- Use pkgdown branch (#109).
8180

82-
## Documentation
81+
- Install via R CMD INSTALL ., not pak (#107).
8382

84-
- Switch to `index.md` (#113).
83+
- ci: Install via R CMD INSTALL ., not pak
8584

86-
## Uncategorized
85+
- ci: Bump version of upload-artifact action
8786

88-
- PLACEHOLDER https://github.com/r-lib/rprojroot/pull/16 (#16).
87+
- Install local package for pkgdown builds.
8988

89+
- Improve support for protected branches with fledge.
9090

91-
# rprojroot 2.0.4.9007 (2024-09-15)
91+
- Improve support for protected branches, without fledge.
9292

93-
## Continuous integration
93+
- Sync with latest developments.
9494

95-
- Install via R CMD INSTALL ., not pak (#107).
96-
97-
- ci: Install via R CMD INSTALL ., not pak
98-
99-
- ci: Bump version of upload-artifact action
95+
- Use v2 instead of master.
10096

97+
- Inline action.
10198

102-
# rprojroot 2.0.4.9006 (2024-08-31)
99+
- Use dev roxygen2 and decor.
103100

104-
## Features
101+
- Fix on Windows, tweak lock workflow.
105102

106-
- Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106).
103+
- Avoid checking bashisms on Windows.
107104

108-
- Avoid warnings on Windows network drives (#105).
105+
- Better commit message.
109106

110-
## Chore
107+
- Bump versions, better default, consume custom matrix.
111108

112-
- Auto-update from GitHub Actions.
113-
114-
Run: https://github.com/r-lib/rprojroot/actions/runs/10425483146
115-
116-
- Auto-update from GitHub Actions.
117-
118-
Run: https://github.com/r-lib/rprojroot/actions/runs/10208520735
119-
120-
- Auto-update from GitHub Actions.
121-
122-
Run: https://github.com/r-lib/rprojroot/actions/runs/9728439643
123-
124-
- Auto-update from GitHub Actions.
125-
126-
Run: https://github.com/r-lib/rprojroot/actions/runs/9691616135
127-
128-
## Continuous integration
129-
130-
- Install local package for pkgdown builds.
131-
132-
- Improve support for protected branches with fledge.
133-
134-
- Improve support for protected branches, without fledge.
135-
136-
- Sync with latest developments.
137-
138-
- Use v2 instead of master.
139-
140-
- Inline action.
141-
142-
- Use dev roxygen2 and decor.
143-
144-
- Fix on Windows, tweak lock workflow.
145-
146-
- Avoid checking bashisms on Windows.
147-
148-
- Better commit message.
149-
150-
- Bump versions, better default, consume custom matrix.
151-
152-
- Recent updates.
153-
154-
155-
# rprojroot 2.0.4.9005 (2024-01-24)
156-
157-
- Internal changes only.
158-
159-
160-
# rprojroot 2.0.4.9004 (2024-01-16)
109+
- Recent updates.
161110

162111
## Documentation
163112

164-
- Clarify `subdir` argument (#103).
165-
166-
167-
# rprojroot 2.0.4.9003 (2024-01-15)
168-
169-
## Chore
170-
171-
- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101).
172-
173-
- Add Aviator configuration.
174-
175-
176-
# rprojroot 2.0.4.9002 (2024-01-03)
113+
- Switch to `index.md` (#113).
177114

178-
## Documentation
115+
- Clarify `subdir` argument (#103).
179116

180117
- Fix typo (@salim-b, #99).
181118

182-
183-
# rprojroot 2.0.4.9001 (2023-11-20)
184-
185-
## Bug fixes
186-
187-
- Fix example for `find_root()` (@salim-b, #98).
188-
189119
## Testing
190120

191121
- Replace mockr with `testthat::local_mocked_bindings()` (@salim-b, #97).
192122

123+
## Uncategorized
124+
125+
- Merge branch 'docs'.
193126

194-
# rprojroot 2.0.4.9000 (2023-11-06)
127+
- PLACEHOLDER https://github.com/r-lib/rprojroot/pull/16 (#16).
128+
129+
- Internal changes only.
195130

196131
- Merge branch 'cran-2.0.4'.
197132

0 commit comments

Comments
 (0)