branch: elpa/projectile
commit 8ac2834f1f70af977f17944c7968c72ea46bf62c
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Release 3.2.1
---
 CHANGELOG.md   | 2 ++
 doc/antora.yml | 2 +-
 projectile.el  | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41f769d325..8b36434ad4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## master (unreleased)
 
+## 3.2.1 (2026-07-13)
+
 ### Bugs fixed
 
 * [#2094](https://github.com/bbatsov/projectile/issues/2094): Fix a 
`wrong-type-argument stringp` crash when running `projectile-search` (a 3.2.0 
regression): the search-prompt tool tag now accepts the backend name symbol, 
not just a string.
diff --git a/doc/antora.yml b/doc/antora.yml
index c17811ed4e..b33978b876 100644
--- a/doc/antora.yml
+++ b/doc/antora.yml
@@ -2,6 +2,6 @@ name: projectile
 title: Projectile
 # We always provide version without patch here (e.g. 1.1),
 # as patch versions should not appear in the docs.
-version: ~
+version: "3.2"
 nav:
 - modules/ROOT/nav.adoc
diff --git a/projectile.el b/projectile.el
index 42db26436a..518d604dc1 100644
--- a/projectile.el
+++ b/projectile.el
@@ -5,7 +5,7 @@
 ;; Author: Bozhidar Batsov <[email protected]>
 ;; URL: https://github.com/bbatsov/projectile
 ;; Keywords: project, convenience
-;; Version: 3.3.0-snapshot
+;; Version: 3.2.1
 ;; Package-Requires: ((emacs "28.1") (compat "30"))
 
 ;; This file is NOT part of GNU Emacs.
@@ -1454,7 +1454,7 @@ Should be set via .dir-locals.el.")
 
 ;;; Version information
 
-(defconst projectile-version "3.3.0-snapshot"
+(defconst projectile-version "3.2.1"
   "The current version of Projectile.")
 
 (defun projectile--pkg-version ()

Reply via email to