From e6889d7f4bc0d2c48ceac56dfe6f4a3d742a3b69 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 13 Oct 2023 17:09:34 +0200 Subject: [PATCH] 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 e839a3234..bba3f12b3 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 c17811ed4..db22c9739 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 8db1b2a71..ed1894a61 100644 --- a/projectile.el +++ b/projectile.el @@ -5,7 +5,7 @@ ;; Author: Bozhidar Batsov ;; 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 ()