branch: elpa/projectile commit ef17d2971bbcce13b1ac16e0e36d44fa0defca63 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Release 2.9.1 --- CHANGELOG.md | 2 ++ projectile.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945d182ef5..47f441e4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/projectile.el b/projectile.el index 9e414bc22e..ac61fd8e5a 100644 --- a/projectile.el +++ b/projectile.el @@ -5,7 +5,7 @@ ;; Author: Bozhidar Batsov <bozhi...@batsov.dev> ;; 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. @@ -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 ()