From 4c203d6cd83485a4eca83431beda5c5fb6c38581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 26 Aug 2025 09:47:27 +0200 Subject: [PATCH 1/3] CRAN comments --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index cfe9477..a6a0f0f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -rprojroot 2.1.0 +rprojroot 2.1.1 ## Cran Repository Policy From 86082dc715b84c95c0654bcdec832704ac0a64ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 26 Aug 2025 09:47:28 +0200 Subject: [PATCH 2/3] fledge: Bump version to 2.1.1 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b9c726b..afe8d06 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rprojroot Title: Finding Files in Project Subdirectories -Version: 2.1.0.9000 +Version: 2.1.1 Authors@R: person(given = "Kirill", family = "M\u00fcller", diff --git a/NEWS.md b/NEWS.md index a894928..64a3407 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# rprojroot 2.1.0.9000 (2025-08-26) +# rprojroot 2.1.1 (2025-08-26) ## Features From 4fd8c7a7f6745a381c430ff688490fb0164182ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 26 Aug 2025 09:47:54 +0200 Subject: [PATCH 3/3] NEWS --- NEWS.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 64a3407..fa594f6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,12 +6,6 @@ - `is_vscode_project` looks for `.vscode/settings.json` instead of just `.vscode/` (#162, #163). -## Continuous integration - -- Cleanup and fix macOS (#165). - -- Format with air, check detritus, better handling of `extra-packages` (#164). - ## Documentation - Use single quotes to avoid nested double quotes (#161).