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

    Release 3.2.0
---
 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 11a61f2f15..291c03987b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## master (unreleased)
 
+## 3.2.0 (2026-07-12)
+
 ### New features
 
 * Add reviewable read-only search commands, a search-only sibling of the 
reviewable replace UI.
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 30a48f7d8a..c90ee93d8d 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.2.0-snapshot
+;; Version: 3.2.0
 ;; 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.2.0-snapshot"
+(defconst projectile-version "3.2.0"
   "The current version of Projectile.")
 
 (defun projectile--pkg-version ()

Reply via email to