Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 1 addition & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# rprojroot 2.1.0.9000 (2025-08-26)
# rprojroot 2.1.1 (2025-08-26)

## Features

- `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).
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rprojroot 2.1.0
rprojroot 2.1.1

## Cran Repository Policy

Expand Down
Loading