Skip to content

Commit e6889d7

Browse files
committed
Release 2.8
1 parent f34d524 commit e6889d7

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 2.8.0 (2023-10-13)
6+
57
### New features
68

79
* [#1862](https://github.com/bbatsov/projectile/pull/1862): Add project types "yarn" and "pnpm" separate from "npm".

doc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: projectile
22
title: Projectile
33
# We always provide version without patch here (e.g. 1.1),
44
# as patch versions should not appear in the docs.
5-
version: ~
5+
version: 2.8
66
nav:
77
- modules/ROOT/nav.adoc

projectile.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
66
;; URL: https://github.com/bbatsov/projectile
77
;; Keywords: project, convenience
8-
;; Version: 2.8.0-snapshot
8+
;; Version: 2.8.0
99
;; Package-Requires: ((emacs "25.1"))
1010

1111
;; This file is NOT part of GNU Emacs.
@@ -886,7 +886,7 @@ Should be set via .dir-locals.el.")
886886

887887
;;; Version information
888888

889-
(defconst projectile-version "2.8.0-snapshot"
889+
(defconst projectile-version "2.8.0"
890890
"The current version of Projectile.")
891891

892892
(defun projectile--pkg-version ()

0 commit comments

Comments
 (0)