Skip to content

Commit

Permalink
Release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 13, 2025
1 parent db52cf4 commit ef17d29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 2.9.1 (2025-02-13)

### Bugs Fixed

* [#1929](https://github.com/bbatsov/projectile/pull/1929): Don't create cache files when `projectile-use-caching` is not set to `persistent`.
Expand Down
4 changes: 2 additions & 2 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Bozhidar Batsov <[email protected]>
;; URL: https://github.com/bbatsov/projectile
;; Keywords: project, convenience
;; Version: 2.9.0
;; Version: 2.9.1
;; Package-Requires: ((emacs "26.1"))

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

;;; Version information

(defconst projectile-version "2.9.0"
(defconst projectile-version "2.9.1"
"The current version of Projectile.")

(defun projectile--pkg-version ()
Expand Down

0 comments on commit ef17d29

Please sign in to comment.