Skip to content

Commit 8809f92

Browse files
committed
fix: correct package-version to 2.10.0; add CHANGELOG entry
1 parent 395d5e6 commit 8809f92

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
### New features
6+
7+
* [#1984](https://github.com/bbatsov/projectile/pull/1984): Add `projectile-vcs-markers` to make VCS detection order configurable.
8+
59
### Changes
610

711
* Set `projectile-auto-discover` to `nil` by default.

projectile.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3788,7 +3788,7 @@ git in colocated repos, move the \".jj\" entry before \".git\".
37883788
Keys should be kept in sync with `projectile-project-root-files-bottom-up'."
37893789
:group 'projectile
37903790
:type '(alist :key-type string :value-type symbol)
3791-
:package-version '(projectile . "2.9.0"))
3791+
:package-version '(projectile . "2.10.0"))
37923792

37933793
(defun projectile-project-vcs (&optional project-root)
37943794
"Determine the VCS used by the project if any.

0 commit comments

Comments
 (0)