Skip to content

Commit ef17d29

Browse files
committed
Release 2.9.1
1 parent db52cf4 commit ef17d29

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
## 2.9.1 (2025-02-13)
6+
57
### Bugs Fixed
68

79
* [#1929](https://github.com/bbatsov/projectile/pull/1929): Don't create cache files when `projectile-use-caching` is not set to `persistent`.

projectile.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: https://github.com/bbatsov/projectile
77
;; Keywords: project, convenience
8-
;; Version: 2.9.0
8+
;; Version: 2.9.1
99
;; Package-Requires: ((emacs "26.1"))
1010

1111
;; This file is NOT part of GNU Emacs.
@@ -942,7 +942,7 @@ Should be set via .dir-locals.el.")
942942

943943
;;; Version information
944944

945-
(defconst projectile-version "2.9.0"
945+
(defconst projectile-version "2.9.1"
946946
"The current version of Projectile.")
947947

948948
(defun projectile--pkg-version ()

0 commit comments

Comments
 (0)