emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile e6889d7f4b 1/2: Release 2.8


From: ELPA Syncer
Subject: [nongnu] elpa/projectile e6889d7f4b 1/2: Release 2.8
Date: Fri, 13 Oct 2023 13:01:31 -0400 (EDT)

branch: elpa/projectile
commit e6889d7f4bc0d2c48ceac56dfe6f4a3d742a3b69
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Release 2.8
---
 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 e839a3234f..bba3f12b38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## master (unreleased)
 
+## 2.8.0 (2023-10-13)
+
 ### New features
 
 * [#1862](https://github.com/bbatsov/projectile/pull/1862): Add project types 
"yarn" and "pnpm" separate from "npm".
diff --git a/doc/antora.yml b/doc/antora.yml
index c17811ed4e..db22c97392 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: 2.8
 nav:
 - modules/ROOT/nav.adoc
diff --git a/projectile.el b/projectile.el
index 8db1b2a718..ed1894a610 100644
--- a/projectile.el
+++ b/projectile.el
@@ -5,7 +5,7 @@
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 ;; URL: https://github.com/bbatsov/projectile
 ;; Keywords: project, convenience
-;; Version: 2.8.0-snapshot
+;; Version: 2.8.0
 ;; Package-Requires: ((emacs "25.1"))
 
 ;; This file is NOT part of GNU Emacs.
@@ -886,7 +886,7 @@ Should be set via .dir-locals.el.")
 
 ;;; Version information
 
-(defconst projectile-version "2.8.0-snapshot"
+(defconst projectile-version "2.8.0"
   "The current version of Projectile.")
 
 (defun projectile--pkg-version ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]